mentorenwahl/frontend/graphql/queries/tokens.graphql

7 lines
54 B
GraphQL

query Tokens {
tokens {
id
iat
exp
}
}