Learn how to run a simple query using Postdata.
Switch to the GraphQL platform on Postdata and connect to the below GraphQL server.
Once a successful connection has been made, you can view both documentation and the schema using Postdata.
It is important to explore the schema to understand the different queries, mutations, types, and subscriptions that are offered by the endpoint.
Furthermore, you can run the query to fetch the data from the GraphQL server.
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.
Learn how to run a simple query using Postdata.
Switch to the GraphQL platform on Postdata and connect to the below GraphQL server.
Once a successful connection has been made, you can view both documentation and the schema using Postdata.
It is important to explore the schema to understand the different queries, mutations, types, and subscriptions that are offered by the endpoint.
Furthermore, you can run the query to fetch the data from the GraphQL server.
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.