GraphQLError [Object]: Type Query must define one or more fields. code example
Example: eneratingSchemaError: Some errors occurred while generating GraphQL schema: Type Query must define one or more fields.
you are building a schema that has no Query. Add a query and this will be solved.