Project_GraphQL
Making a small test GraphQL project to understand it properly
Things Covered in the project:
- How graphqls file is made
- Concept of datafetchers and how they act as a middle party between query and data returned
- error faced while making api calls
- how we can implement filter, sorting and range selection with api calls using this link Custom RQL using Graphql
To be done:
Adding a Postman Collection of how request can be made for apis