mirror of
https://github.com/penpot/penpot.git
synced 2025-06-10 04:21:39 +02:00
♻️ Move teams queries and mutations to commands
This commit is contained in:
parent
be5053ce22
commit
7a9172560d
23 changed files with 993 additions and 653 deletions
|
@ -15,10 +15,9 @@
|
|||
[app.db :as db]
|
||||
[app.rpc.commands.binfile :as binfile]
|
||||
[app.rpc.commands.files :as files]
|
||||
[app.rpc.commands.teams :as teams :refer [create-project-role create-project]]
|
||||
[app.rpc.doc :as-alias doc]
|
||||
[app.rpc.mutations.projects :refer [create-project-role create-project]]
|
||||
[app.rpc.queries.projects :as proj]
|
||||
[app.rpc.queries.teams :as teams]
|
||||
[app.util.blob :as blob]
|
||||
[app.util.pointer-map :as pmap]
|
||||
[app.util.services :as sv]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue