We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6114f2a commit 57eb3cbCopy full SHA for 57eb3cb
packages/graphql-language-service-server/src/findGraphQLTags.ts
@@ -33,7 +33,7 @@ const CREATE_CONTAINER_FUNCTIONS: { [key: string]: boolean } = {
33
createRefetchContainer: true,
34
};
35
36
-const DEFAULT_STABLE_TAGS = ['graphql', 'gql'];
+const DEFAULT_STABLE_TAGS = ['graphql', 'graphqls', 'gql'];
37
export const DEFAULT_TAGS = [...DEFAULT_STABLE_TAGS, 'graphql.experimental'];
38
39
type TagResult = { tag: string; template: string; range: Range };
0 commit comments