Ctrl+P
graphql for vscode
we contains
create .graphql in you project root directory, contents like:
.graphql
{ //graphql globs "schemas": [ "src/graphql/**/*.gql" ], }
then, enjoy!!