Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couldn't find schema.graphqls.d.ts file/s #630

Open
three-seagrass opened this issue May 16, 2022 · 0 comments
Open

Couldn't find schema.graphqls.d.ts file/s #630

three-seagrass opened this issue May 16, 2022 · 0 comments

Comments

@three-seagrass
Copy link

In the documentations, it is stated that by running yarn graphql-let, files such as query.graphql.d.ts and schema.graphqls.d.ts will be generated. However, I could not find any schema.graphqls.d.ts files. Only query.graphql.d.ts files are being generated. Is it because in v0.18.0, all of the types live in graphql-let/__generated__/__types__?

My yml file below:

schema: 'lib/**.graphqls'
documents:
   - '**/*.graphql'
plugins:
   - typescript-operations
   - typescript-react-apollo
cacheDir: .cache

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant