Log in to GraphQL Editor
Docs
Projects Cloud

Inspect resolvers | GraphQL CLI Docs

This command is used to detect resolvers that are not in the stucco.json file but still do exist in the schema.graphql file:

gecli inspect

and this is the result:

⠋ Checking for non existing non-scalar resolvers
 There is no resolver for "Document.source" inside stucco.json
 There is no resolver for "ExternalSource.clientData" inside stucco.json
✔ Checking for non existing non-scalar resolvers