Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Feb 2, 2025
1 parent 7c737fe commit 4ad3587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/printSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function isSchemaOfCommonNames(schema: GraphQLSchema): boolean {

export function printType(
type: GraphQLNamedType,
usingSemanticNullability: Maybe<boolean>,
usingSemanticNullability?: Maybe<boolean>,
): string {
if (isScalarType(type)) {
return printScalar(type);
Expand Down

0 comments on commit 4ad3587

Please sign in to comment.