selfprivacy.org.app/lib/logic/api_maps/graphql_maps/schema/get_api_tokens.graphql

9 lines
104 B
GraphQL
Raw Normal View History

2022-07-12 15:54:16 +03:00
query GetApiTokensQuery {
api {
devices {
creationDate
isCaller
name
}
}
}