mirror of
https://github.com/friebetill/TubeCards.git
synced 2025-08-14 18:00:20 +08:00
11 lines
105 B
GraphQL
11 lines
105 B
GraphQL
fragment DeckInviteFragment on DeckInvite {
|
|
id
|
|
link
|
|
inviteeRole {
|
|
id
|
|
}
|
|
deck {
|
|
id
|
|
}
|
|
}
|