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?
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?