+5
.changeset/young-phones-search.md
+5
.changeset/young-phones-search.md
+116
packages/graphqlsp/src/ast/checks.ts
+116
packages/graphqlsp/src/ast/checks.ts
···+/** If `checker` is passed, checks if node (as identifier/expression) is a gql.tada graphql() function */+/** Retrieves the `__name` branded tag from gql.tada `graphql()` or `graphql.persisted()` calls */
+84
-113
packages/graphqlsp/src/ast/index.ts
+84
-113
packages/graphqlsp/src/ast/index.ts
···························
+19
-2
packages/graphqlsp/src/ast/resolve.ts
+19
-2
packages/graphqlsp/src/ast/resolve.ts
······
+5
-1
packages/graphqlsp/src/ast/token.ts
+5
-1
packages/graphqlsp/src/ast/token.ts
···
+6
-18
packages/graphqlsp/src/autoComplete.ts
+6
-18
packages/graphqlsp/src/autoComplete.ts
············
+3
-3
packages/graphqlsp/src/diagnostics.ts
+3
-3
packages/graphqlsp/src/diagnostics.ts
·········
+11
-22
packages/graphqlsp/src/persisted.ts
+11
-22
packages/graphqlsp/src/persisted.ts
······························
+6
-13
packages/graphqlsp/src/quickInfo.ts
+6
-13
packages/graphqlsp/src/quickInfo.ts
············