Simple Documentation and Guide for GraphQL
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2024 06:20 AM
"Sometimes it's very difficult to get the exact details from the server while performing rest operations because it deals with over fetching and under fetching which is the two drawbacks of REST. It could lead to make multiple calls to the endpoints. That is the beauty of 'GraphQL' which is single point of solution or single API for querying and mutating the data. You can fetch the exact data which you want. You just need to define the schema (entry point of data) and query. Resolver will help you to define the logic between the schema and query."
Click here to know more about the GraphQL.
- 276 Views
0 REPLIES 0