graphql / express-graphql

Create a GraphQL HTTP server with Express.
MIT License
6.34k stars 538 forks source link

throw new MiddlewareError(`Type ${type} exists in middleware but is missing in Schema.`); #786

Open harsh3977 opened 2 years ago

harsh3977 commented 2 years ago

When i use graphql-sheild with graphql middleware it give me the above error. "express-graphql": "^0.12.0", "graphql-middleware": "^6.1.4", "graphql-shield": "^7.5.0",

if anybody now please let me know,checked my type in sheild as well as makeExecutableSchema .