Skip to content

Commit

Permalink
what a booboo
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Apr 12, 2024
1 parent e99e320 commit b439e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/internal/src/loaders/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const makeIntrospectSupportQuery = (): DocumentNode => ({
{
kind: Kind.FIELD,
alias: { kind: Kind.NAME, value: 'field' },
name: { kind: Kind.NAME, value: '__field' },
name: { kind: Kind.NAME, value: '__type' },
arguments: [
{
kind: Kind.ARGUMENT,
Expand Down

0 comments on commit b439e27

Please sign in to comment.