You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERR TypeError: Cannot read properties of undefined (reading 'body')
at getLocation (/home/igor/projects/myprojects/coffeeshop/node_modules/.pnpm/[email protected]/node_modules/graphql/language/location.js:23:30)
at /home/igor/projects/myprojects/coffeeshop/node_modules/.pnpm/[email protected]/node_modules/graphql/error/GraphQLError.js:128:39
at Array.map (<anonymous>)
at new GraphQLError (/home/igor/projects/myprojects/coffeeshop/node_modules/.pnpm/[email protected]/node_modules/graphql/error/GraphQLError.js:127:25)
at SchemaValidationContext.reportError (/home/igor/projects/myprojects/coffeeshop/node_modules/.pnpm/[email protected]/node_modules/graphql/type/validate.js:73:7)
at validateFields (/home/igor/projects/myprojects/coffeeshop/node_modules/.pnpm/[email protected]/node_modules/graphql/type/validate.js:271:13)
at validateTypes (/home/igor/projects/myprojects/coffeeshop/node_modules/.pnpm/[email protected]/node_modules/graphql/type/validate.js:244:7)
at validateSchema (/home/igor/projects/myprojects/coffeeshop/node_modules/.pnpm/[email protected]/node_modules/graphql/type/validate.js:43:3)
at assertValidSchema (/home/igor/projects/myprojects/coffeeshop/node_modules/.pnpm/[email protected]/node_modules/graphql/type/validate.js:56:18)
at validate (/home/igor/projects/myprojects/coffeeshop/node_modules/.pnpm/[email protected]/node_modules/graphql/validation/validate.js:63:35)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm getting this error body undefined when I've tried working with this example:
Resolver:
Beta Was this translation helpful? Give feedback.
All reactions