Skip to content

Commit

Permalink
Update src/introspection.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jovi De Croock <decroockjovi@gmail.com>
  • Loading branch information
kitten and JoviDeCroock committed Mar 20, 2024
1 parent c389fc5 commit 9f2afbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/introspection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ type mapIntrospectionScalarTypes<Scalars extends ScalarsLike = DefaultScalars> =
? Scalars[P]
: P extends keyof DefaultScalars
? DefaultScalars[P]
: 'wat';
: never;
};
}>;

Expand Down

0 comments on commit 9f2afbc

Please sign in to comment.