Files
TubeCards/lib/graphql/fragments/user_fragment.graphql
friebetill 80f218097d Initial commit
Add Space version 2.0.1
2022-03-28 14:56:00 +02:00

11 lines
123 B
GraphQL

fragment UserFragment on User {
id
email
firstName
lastName
isAnonymous
offerConnection {
totalCount
}
}