throw Error()

in src/schema/parser.ts [232:237]


    throw Error('missing field id')
  }

  // Rewire field type
  let fieldType
  if (descriptor.typeName && descriptor.typeName.length) {