mirror of
https://github.com/friebetill/TubeCards.git
synced 2025-08-15 02:26:03 +08:00
7 lines
98 B
GraphQL
7 lines
98 B
GraphQL
# import '../fragments/user_fragment.graphql'
|
|
|
|
query Viewer {
|
|
viewer {
|
|
...UserFragment
|
|
}
|
|
} |