mirror of
https://github.com/friebetill/TubeCards.git
synced 2025-08-16 11:21:56 +08:00
11 lines
157 B
GraphQL
11 lines
157 B
GraphQL
# import '../fragments/user_fragment.graphql'
|
|
|
|
mutation CreateAnonymousUser {
|
|
createAnonymousUser {
|
|
token
|
|
user {
|
|
...UserFragment
|
|
}
|
|
}
|
|
}
|