Skip to content

Commit

Permalink
export GraphQLScalarInputLiteralCoercer
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Oct 13, 2024
1 parent 2ec37a0 commit cd6f9f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,9 @@ export type {
GraphQLUnionTypeExtensions,
GraphQLScalarSerializer,
GraphQLScalarValueParser,
/* @deprecated in favor of GraphQLScalarInputLiteralCoercer, will be removed in v18 */
GraphQLScalarLiteralParser,
GraphQLScalarInputLiteralCoercer,
GraphQLDefaultValueUsage,
} from './type/index.js';

Expand Down
2 changes: 2 additions & 0 deletions src/type/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ export type {
GraphQLUnionTypeExtensions,
GraphQLScalarSerializer,
GraphQLScalarValueParser,
/* @deprecated in favor of GraphQLScalarInputLiteralCoercer, will be removed in v18 */
GraphQLScalarLiteralParser,
GraphQLScalarInputLiteralCoercer,
GraphQLDefaultValueUsage,
} from './definition.js';

Expand Down

0 comments on commit cd6f9f6

Please sign in to comment.