Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 563 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 563 Bytes

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