/home/marcoavfcc/agenda-petshop-parte-dois/node_modules/graphql-tools/dist/generate/addResolveFunctionsToSchema.js:79
throw new _1.SchemaError(typeName + "." + fieldName + " defined in resolvers, but not in schema");
^
[Error: Query.status defined in resolvers, but not in schema]
[nodemon] app crashed - waiting for file changes before starting.
meu arquivo dentro do resolvers.
const path = require('path')
const mergeGraphQLSchemas = require('merge-graphql-schemas')
const {
fileLoader
} = mergeGraphQLSchemas
const arquivos = path.join(__dirname, './')
const arquivosCarregados = fileLoader(arquivos)
module.exports = arquivosCarregados