Creating a GraphQL API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2023 10:10 PM
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.
- 400 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2023 03:39 AM
to be honest, I don't see any added value by misusing questions just to promote any small tips or external content. It fills the activity stream with many open questions which cannot be answered. In this way, the real questions are pushed to the bottom of the list, putting users with real problems at a disadvantage!
Maik