Connecting to a GraphQL server
Switch to the GraphQL platform on Postdata and connect to the below GraphQL server.Running the query
Furthermore, you can run the query to fetch the data from the GraphQL server.Naruto GraphQL endpoint
Let’s explore the Naruto GraphQL endpoint.-
Open Postdata and connect to the endpoint below:
- Explore the schema and documentation to understand more about the endpoint.
-
Write a query to get the character details whose name contains
hatake
. - Click on the run button to execute the query.
-
The query will return the following response.