Send a Query with GraphQL Playground

Share this video with your friends

Send Tweet

The GraphQL Playground is an IDE for interacting with a GraphQL API. GraphQL APIs have a single endpoint. Queries are used to request specific data from that endpoint. In this lesson, we will send a query to obtain the total number of pets registered at the Pet Library.

~ 3 years ago

GraphQL query sends an HTTP POST request to our GraphQL backend endpoint.