mirror of
https://github.com/friebetill/TubeCards.git
synced 2025-08-15 10:31:53 +08:00
11 lines
123 B
GraphQL
11 lines
123 B
GraphQL
fragment UserFragment on User {
|
|
id
|
|
email
|
|
firstName
|
|
lastName
|
|
isAnonymous
|
|
offerConnection {
|
|
totalCount
|
|
}
|
|
}
|