Viewing 29 Results for GraphQL
What is GraphQL and how does it work?
What is GraphQL? GraphQL is a query language for APIs that enables clients to interact with a single endpoint to get the…
GraphQL vs REST: Choosing the Right API Architecture for Your Project
GraphQL vs REST Both architectures allow clients to communicate with servers over HTTP, but they use entirely unique approaches. REST prioritizes simplicity…
GraphQL interview questions
According to Postman’s 2023 State of the API Report, GraphQL has taken the place of SOAP as the third most popular API…
Best practices for API error handling
Error handling is a crucial part of working with APIs. When an API encounters an issue, such as invalid input data or…
How to use GraphQL subscriptions
In today’s digital landscape, where user expectations for real-time interactions continue to soar, GraphQL subscriptions provide a crucial link between conventional APIs…
How to implement a GraphQL mutation
GraphQL mutations are operations that modify or change data on the server. While GraphQL queries are used to retrieve data, mutations allow…
What is a GraphQL query?
A GraphQL query is a read operation that is used to request specific data from a GraphQL server. It allows clients to…
gRPC vs. GraphQL
REST has long been the dominant architectural style for building APIs, but several other API protocols have gained prominence in recent years….
Highlights of GraphQL Day at Apidays Paris
The GraphQL community recently gathered in Paris for a significant event, GraphQL Day, which was part of the Apidays conference series that…
The evolving landscape of API protocols in 2023
This is a guest post by Alex Xu, author of the System Design Interview book series. The API landscape is constantly evolving,…
Postman at GraphQLConf 2023
The GraphQL community recently gathered for GraphQLConf 2023 on September 19-21 in the San Francisco Bay Area. This groundbreaking conference brought together…
How to choose between REST vs. GraphQL vs. gRPC vs. SOAP
To create the Postman Open Technologies Knowledge Base API, I’ve been following our team’s internal API design playbook, which covers the strategy,…











