mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 08:31:40 +02:00
✨ Reorganize comments related rpc methods
Mutations becomes deprecated and queries moved to commands. The old queries still maintained with deprecated flag.
This commit is contained in:
parent
8237805cf5
commit
05a86581a5
5 changed files with 243 additions and 112 deletions
|
@ -241,6 +241,7 @@
|
|||
[cfg]
|
||||
(let [cfg (assoc cfg ::type "command" ::metrics-id :rpc-command-timing)]
|
||||
(->> (sv/scan-ns 'app.rpc.commands.binfile
|
||||
'app.rpc.commands.comments
|
||||
'app.rpc.commands.auth
|
||||
'app.rpc.commands.ldap
|
||||
'app.rpc.commands.demo)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue