mirror of
https://github.com/friebetill/TubeCards.git
synced 2025-08-16 11:21:56 +08:00
10 lines
222 B
GraphQL
10 lines
222 B
GraphQL
# import '../fragments/deck_invite_fragment.graphql'
|
|
|
|
mutation InsertDeckInvite($deckId: ID!, $roleId: ID!) {
|
|
insertDeckInvite(deckId: $deckId, roleId: $roleId) {
|
|
deckInvite {
|
|
...DeckInviteFragment
|
|
}
|
|
}
|
|
}
|