Skip to main content

Apollo Studio Sandbox

The easiest way to explore the Novig GraphQL API is through Apollo Studio Sandbox, a powerful and free GraphQL IDE.

Open Playground

Launch Apollo Studio Sandbox

Connecting to Novig

1

Open Apollo Sandbox

2

Set the Endpoint

Enter the Novig GraphQL URL in the connection settings: https://gql.novig.us/v1/graphql
3

Fetch Schema

Apollo will automatically introspect and load the API schema
4

Run Your First Query

Try a simple query to get started (example below)

Your First Query

Paste this query into the Apollo Sandbox editor and click Run:
Remember: No authentication is required. You can start querying immediately!

Using cURL

You can also query the GraphQL API directly from the command line: