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 15:54:16 +03:00
query GetApiVersionQuery {
api {
version
}
}