You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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__?
In the documentations, it is stated that by running
yarn graphql-let
, files such asquery.graphql.d.ts
andschema.graphqls.d.ts
will be generated. However, I could not find anyschema.graphqls.d.ts
files. Onlyquery.graphql.d.ts
files are being generated. Is it because in v0.18.0, all of the types live ingraphql-let/__generated__/__types__
?My yml file below:
Thanks!
The text was updated successfully, but these errors were encountered: