GraphiQL IDE
To execute GraphQL queries, you can access the GraphiQL IDE (as well linked in the footer of the deployed instances): Backend API of DISRUPT
Syntax
Learn how to fetch data from a GraphQL server
Authorization
Authorisation takes place automatically if the login has previously taken place on the main page. Alternatively, a Basic Auth Header Generator can be used to create the Base64-encoded username and password as a Basic Auth Header. This must be added as a header in the lower area:
GraphiQL Docs
The GraphiQL IDE comes with auto generated Docs, which show the GraphQL schema.
Root Types
There are 3 different Root Types:
queryto querymutationto mutate the databasesubscriptionto access live streaming data
