Skip to content

Commit

Permalink
correct removal version
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Hayes <michael@hayes.io>
  • Loading branch information
yaacovCR and hayes committed Dec 17, 2024
1 parent 55c8b81 commit 0e9c056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/type/definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ export interface GraphQLArgumentExtensions {
export interface GraphQLArgumentConfig {
description?: Maybe<string>;
type: GraphQLInputType;
/** @deprecated use default instead, defaultValue will be removed in v17 **/
/** @deprecated use default instead, defaultValue will be removed in v18 **/
defaultValue?: unknown;
default?: GraphQLDefaultInput | undefined;
deprecationReason?: Maybe<string>;
Expand Down Expand Up @@ -1919,7 +1919,7 @@ export interface GraphQLInputFieldExtensions {
export interface GraphQLInputFieldConfig {
description?: Maybe<string>;
type: GraphQLInputType;
/** @deprecated use default instead, defaultValue will be removed in v17 **/
/** @deprecated use default instead, defaultValue will be removed in v18 **/
defaultValue?: unknown;
default?: GraphQLDefaultInput | undefined;
deprecationReason?: Maybe<string>;
Expand Down

0 comments on commit 0e9c056

Please # to comment.