GraphQL for ERPNext

ENGraphQL ties up ERPNext REST API Endpoints (DocTypes) into a single endpoint using this NodeJS GraphQL Server.

Get started

Open-source MIT Licensed. GitHub v0.2.3

Additional Security Layer

GraphQL for ERPNext is a secure middleware that sits between your customer facing application and ERPNext.

Caching by default ⚡️

With data caching, your querries will be faster and reduce the need to make a full round trip

Faster Development

Use GraphQL language to specify what you need and let the server take care of calling different end points.

Develop Applications

Focus on building fast applications and leverage the schema in ERPNext for GraphQL

Filtering, Paginations, OR Filters

We use native Filtering and Paginations. We have added "OR" filters to make developers life easy.

GraphQL for ERPNext is available as a Service

Dont want to set up your own GraphQL server and manage it? Leave it to us.