GraphQL for ERPNext
ENGraphQL ties up ERPNext REST API Endpoints (DocTypes) into a single endpoint using this NodeJS GraphQL Server.
Get startedENGraphQL ties up ERPNext REST API Endpoints (DocTypes) into a single endpoint using this NodeJS GraphQL Server.
Get startedGraphQL for ERPNext is a secure middleware that sits between your customer facing application and ERPNext.
With data caching, your querries will be faster and reduce the need to make a full round trip
Use GraphQL language to specify what you need and let the server take care of calling different end points.
Focus on building fast applications and leverage the schema in ERPNext for GraphQL
We use native Filtering and Paginations. We have added "OR" filters to make developers life easy.
Dont want to set up your own GraphQL server and manage it? Leave it to us.