Working with GraphQL
Bloodbath proposes a powerful GraphQL API.
Last updated
Was this helpful?
Bloodbath proposes a powerful GraphQL API.
Last updated
Was this helpful?
It's the same API we use internally for developing our applications, most notably our own dashboard. We follow a of schema.
If you're new to GraphQL, Apollo has . is another good starting point.
Bloodbath's GraphQL endpoint is:
It supports introspection so you can query the whole schema.
To start querying the endpoint, you must add the API key to your authorization
headers.
Once you have the headers in place you can ping the GraphQL API
It should respond with something like