diff --git a/.changeset/wild-pandas-report.md b/.changeset/wild-pandas-report.md new file mode 100644 index 00000000..355da1d6 --- /dev/null +++ b/.changeset/wild-pandas-report.md @@ -0,0 +1,5 @@ +--- +'@0no-co/graphqlsp': minor +--- + +Bump `@gql.tada/internal` to `^1.3.0` so the generated `graphql-env.d.ts` output includes field arguments. This is required for argument inference in `gql.tada/addons/graphcache`, and ensures existing installs pick up the new introspection output when upgrading GraphQLSP. diff --git a/packages/graphqlsp/package.json b/packages/graphqlsp/package.json index d5889312..b9c9f08e 100644 --- a/packages/graphqlsp/package.json +++ b/packages/graphqlsp/package.json @@ -50,7 +50,7 @@ "typescript": "^5.3.3" }, "dependencies": { - "@gql.tada/internal": "^1.2.0", + "@gql.tada/internal": "^1.3.0", "graphql": "^15.5.0 || ^16.0.0 || ^17.0.0" }, "peerDependencies": {