Skip to content

Commit

Permalink
Dedupe lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Jan 23, 2025
1 parent 19421cb commit 3a3f745
Show file tree
Hide file tree
Showing 2 changed files with 212 additions and 1,926 deletions.
1 change: 1 addition & 0 deletions packages/introspection/src/minifyIntrospectionQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ const minifyIntrospectionType = (
return {
kind: 'INPUT_OBJECT',
name: type.name,
isOneOf: type.isOneOf,
inputFields: type.inputFields.map(
field =>
({
Expand Down
Loading

0 comments on commit 3a3f745

Please sign in to comment.