graphql-mesh icon indicating copy to clipboard operation
graphql-mesh copied to clipboard

OData MS Graph Type with name "GraphEntityInput" does not exists

Open jefbarn opened this issue 1 year ago • 2 comments

Trying to get MS Graph OData connector working.

Getting Type with name "GraphEntityInput" does not exists when running mesh build

Seems the example is hitting the same thing. I'm guessing MS changed the API somewhere. https://codesandbox.io/p/devbox/odata-microsoft-graph-example-pxovg

jefbarn avatar Jan 16 '24 20:01 jefbarn

I am experiencing the same issue - seems like a blocker.

Failed to generate the schema Error: Type with name "GraphEntityInput" does not exists at SchemaComposer.get (/dev/node_modules/graphql-compose/src/TypeStorage.ts:39:13) at SchemaComposer.getAnyTC (/dev/node_modules/graphql-compose/src/SchemaComposer.ts:786:19) at /dev/node_modules/@graphql-mesh/odata/cjs/index.js:1033:54 at Array.forEach () at /dev/node_modules/@graphql-mesh/odata/cjs/index.js:1018:32 at Array.forEach () at ODataHandler.getMeshSource (/dev/node_modules/@graphql-mesh/odata/cjs/index.js:457:18) at async /dev/node_modules/@graphql-mesh/runtime/cjs/get-mesh.js:90:28 at async Promise.allSettled (index 0) at async getMesh (/dev/node_modules/@graphql-mesh/runtime/cjs/get-mesh.js:85:5)

cmcconomyfwig avatar Feb 27 '24 19:02 cmcconomyfwig