This article is intended to support our customers using BenchPrep GraphQL API. If you’re interested in leveraging this service, or if you would like to learn more about it, contact your BenchPrep Customer Success Manager today for pricing! In the Writing Your First Query guide you were able to fire up a couple of …
This article is intended to support our customers using BenchPrep GraphQL API. If you’re interested in leveraging this service, or if you would like to learn more about it, contact your BenchPrep Customer Success Manager today for pricing! In the Getting Started guide, we showed you how to establish your connectio…
Once you've been set up with access to BenchPrep GraphQL API, you also get the ability to generate API tokens for use with our GraphQL API. An API token is like a key; it is required to access BenchPrep GraphQL API. Let's walk through how you can generate those tokens. Any user with a Console Admin role can view…
What is GraphQL? GraphQL is a query language for APIs which has been adopted by companies such as Airbnb, GitHub, Yelp, PayPal and many others. Construct a request by defining the resources you want via a POST request to a server and receive a response that matches the format of your request. If you are new to …
GraphQL is an API standard that provides a more efficient, powerful, and flexible alternative to REST. You can read more about it and why we chose it in our Intro to GraphQL guide. In that guide, we recommended using a great tool called GraphQL Playground that will allow you to see the schema, documentation as…
This article is intended to support our customers using BenchPrep GraphQL API. If you’re interested in leveraging this service, or if you would like to learn more about it, contact your BenchPrep Customer Success Manager today for pricing! At BenchPrep, we want to allow you to leverage all the power of GraphQL. Chie…