gatsby-source-figma icon indicating copy to clipboard operation
gatsby-source-figma copied to clipboard

Error: Type with name "FigmaELLIPSE" does not exists

Open ah-aberg opened this issue 3 years ago • 0 comments

Receive the following error when trying to build Gatsby

Missing onError handler for invocation 'building-schema', error was 'Error: Type with name "FigmaELLIPSE" does not exists'. 
Stacktrace was 'Error: Type with name "FigmaELLIPSE" does not exists
  at SchemaComposer.get (/gatsby/node_modules/graphql-compose/lib/TypeStorage.js:44:13)
  at TypeMapper.get (/gatsby/node_modules/graphql-compose/lib/TypeMapper.js:86:44)
  at TypeMapper.typeFromAST (/gatsby/node_modules/graphql-compose/lib/TypeMapper.js:608:17)
  at TypeMapper.typeFromAST (/gatsby/node_modules/graphql-compose/lib/TypeMapper.js:603:24)
  at TypeMapper.typeFromAST (/gatsby/node_modules/graphql-compose/lib/TypeMapper.js:598:24)
  at TypeMapper.getWrapped (/gatsby/node_modules/graphql-compose/lib/TypeMapper.js:105:17)
  at TypeMapper.convertOutputFieldConfig (/gatsby/node_modules/graphql-compose/lib/TypeMapper.js:272:114)
  at resolveOutputConfigAsThunk (/gatsby/node_modules/graphql-compose/lib/utils/configAsThunk.js:19:41)
  at ObjectTypeComposer.getFieldConfig (/gatsby/node_modules/graphql-compose/lib/ObjectTypeComposer.js:300:58)
  at /gatsby/node_modules/graphql-compose/lib/utils/toInputObjectType.js:44:19
  at Array.forEach (<anonymous>)
  at toInputObjectType (/gatsby/node_modules/graphql-compose/lib/utils/toInputObjectType.js:38:14)
  at ObjectTypeComposer.getInputTypeComposer (/gatsby/node_modules/graphql-compose/lib/ObjectTypeComposer.js:600:84)
  at getSortInput (/gatsby/node_modules/gatsby/src/schema/types/sort.ts:152:42)
  at addTypeToRootQuery (/gatsby/node_modules/gatsby/src/schema/schema.js:1133:23)
  at processTypeComposer (/gatsby/node_modules/gatsby/src/schema/schema.js:216:13)'

ah-aberg avatar Mar 29 '21 18:03 ah-aberg