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

5 lines
52 B
GraphQL
Raw Normal View History

2022-07-12 12:54:16 +00:00
query GetApiVersionQuery {
api {
version
}
}