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
I think I get something fundamentally wrong here :)
A common scenario of:
2 different graphql document sources (file1.tsx and file2.tsx)
preset: gql-tag-operations-preset (actually most configurations are the same)
Now when I save one of the files the generation runs and sources are updated, but they will contain the data from the last saved file only ... losing the data from the other file.
What is the correct intended configuration for the plugin to work with multiple input sources?
The text was updated successfully, but these errors were encountered:
I think I get something fundamentally wrong here :)
A common scenario of:
Now when I save one of the files the generation runs and sources are updated, but they will contain the data from the last saved file only ... losing the data from the other file.
What is the correct intended configuration for the plugin to work with multiple input sources?
The text was updated successfully, but these errors were encountered: