Closed kripod closed 4 years ago
I don't know if it is possible now, but it would be good if you could select path to the config file in vscode settings
UPD: Looks like my comment is related to https://github.com/prisma-labs/vscode-graphql/issues/132#issue-493703112
we now support all graphql-config@3 filenames by default!
While using GraphQL Code Generator, I wanted to use a shared configuration for all GraphQL-related settings. While this project supports only the '.graphqlconfig' files as defined by
graphql-config@2
, graphql-codegen is on the edge withgraphql-config@3
, supporting only.graphqlrc
files.