Resolvers
Define the resolvers for your GraphQL Schema with our no-code & code tool
Build resolvers with GraphQL Editor Integrations and Code.
To build a resolver you can use one of the following options:
- no resolver (usual for scalar types)
- custom resolver, which you can create yourself using the code editor
- one of our built-in integrations

Selecting custom resolver will require you to put the correct path to generated TypeScript code or JavaScript code of the resolver.
Last modified 11mo ago