The project documentation mentions different types of resolvers.
- Resolver is a term related to GraphQL itself. It is a function that defines what data to return for a specific field.
- Resolver type is a custom type named
Resolver
that contains methods, which essentially are resolver functions. - Resource resolver is a resolver type that contains methods related to the specific resource.