GraphQL Proxy | Sencha

The GraphQL proxy can extend the built-in Ext. data. proxy. Server class. That is the base class for Soap and Ajax proxies which are widely used in ExtJS applications. The GraphQL integration is based on ajax requests with JSON payloads, this is why most of the logic from Server Proxy is still valid for GraphQL. The custom implementation is limited to the requests (GraphQL queries) generation and parsing responses.

For more information, visit the hyperlink.