# Resolvers

Build resolvers with GraphQL Editor Integrations and Code.&#x20;

### Building resolvers for GraphQL fields

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

<figure><img src="/files/9hxpO9Wf22t9xpxCnxQW" alt=""><figcaption></figcaption></figure>

Selecting custom resolver will require you to put the correct path to generated TypeScript code or JavaScript code of the resolver.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.graphqleditor.com/graphql-editor/microservices-faas/resolvers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
