mirror of
https://github.com/friebetill/TubeCards.git
synced 2025-08-14 18:00:20 +08:00
16 lines
158 B
GraphQL
16 lines
158 B
GraphQL
fragment DeckMemberFragment on DeckMember {
|
|
role {
|
|
id
|
|
}
|
|
user {
|
|
id
|
|
isAnonymous
|
|
firstName
|
|
lastName
|
|
}
|
|
deck {
|
|
id
|
|
name
|
|
}
|
|
}
|