GraphQL
GraphQL operations allow you to execute queries, mutations, and subscriptions against a GraphQL API.
Creating a GraphQL operation
Add a new operation by clicking the icon. Next, choose a descriptive name for your operation and hit enter. The endpoint URL should point to your GraphQL server and is specified in the "Settings" tab. Alternatively you can use directory or project default settings. You can choose to use a schema or create a schema importer to import a schema from a remote endpoint or a local file.
Writing Queries and Mutations
You can write your GraphQL query or mutation in the main editor. Kreya provides syntax highlighting and autocompletion if a schema is imported.
Variables can be defined in the "Variables" tab using JSON format.
Templating is supported in variables and the request body.