Skip to content

GraphQL API

Hoàng Mirs edited this page Jun 24, 2021 · 3 revisions

Environments

  • Production: https://survey-api.nimblehq.co/graphql
  • Staging: https://survey-api-staging.nimblehq.co/graphql

Authentication

The application uses the gem graphql for the GraphQL API implementation.

💡 Refer to this page for instructions on how to make authenticated API requests.

Tips

Any GraphQL client can be used but we recommend Altair GraphQL Client 🚀

Clone this wiki locally