mentorenwahl/frontend/graphql/queries/tokens.graphql

7 lines
54 B
GraphQL
Raw Normal View History

2022-11-21 18:48:53 +00:00
query Tokens {
tokens {
id
iat
exp
}
}