Usage
GraphQL
Performaar's APIs use the GraphQL specification. To learn more about GraphQL and how to use it visit https://graphql.org/.
Queries and Mutations for Performaar's GraphQL API are available at http://<server url>/api/graphql and work over
HTTP POST requests. GraphQL Subscriptions are also supported over WebSockets at
ws://<server url>/api/graphql/subscription and use the graphql-transport-ws sub-protocol as
described here.
Documentation & Playground
Performaar comes built-in with documentation and interactive playground for the API in the form of GraphiQL, available at /api/graphql.