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
{{ message }}
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
Currently there is no autocomplete when spreading a fragment reference because there are no graphql fragment files to configure GraphQL VSCode extension with.
What I did was not use the generated typescript types from relay, but instead used the types from @graphql-codegen/typescript and @graphql-codegen/typescript-operations which does generate fragment data properly.
The GraphQL VSCode extension supports inline fragments. I created a .graphqlrc in the root of my app with the following content, and autocompleting fragment references works.
Currently there is no autocomplete when spreading a fragment reference because there are no graphql fragment files to configure GraphQL VSCode extension with.
How about this relay language plugin emit them?
More context:
The text was updated successfully, but these errors were encountered: