mirror of
https://github.com/friebetill/TubeCards.git
synced 2025-08-15 02:26:03 +08:00
8 lines
114 B
GraphQL
8 lines
114 B
GraphQL
# import '../fragments/deck_fragment.graphql'
|
|
|
|
query Deck($id: ID!) {
|
|
deck(id: $id) {
|
|
...DeckFragment
|
|
}
|
|
}
|