graphql-typescript-definitions does not support graphql schema files
patsissons opened this issue · 0 comments
patsissons commented
when generating types we also sometimes write out the schema file. This only makes sense if our configured schemaPath
is a JSON file. If our configured schemaPath
is a graphql file then we should omit this step.