mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 08:08:29 +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
|
@ -11,9 +11,9 @@
|
|||
[app.db :as db]
|
||||
[app.http.session :as session]
|
||||
[app.loggers.audit :as audit]
|
||||
[app.rpc.commands.teams :as teams]
|
||||
[app.rpc.doc :as-alias doc]
|
||||
[app.rpc.helpers :as rph]
|
||||
[app.rpc.mutations.teams :as teams]
|
||||
[app.rpc.queries.profile :as profile]
|
||||
[app.tokens :as tokens]
|
||||
[app.tokens.spec.team-invitation :as-alias spec.team-invitation]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue