Skip to content

Commit 0e9c056

Browse files
yaacovCRhayes
andcommitted
correct removal version
Co-authored-by: Michael Hayes <[email protected]>
1 parent 55c8b81 commit 0e9c056

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/type/definition.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ export interface GraphQLArgumentExtensions {
10691069
export interface GraphQLArgumentConfig {
10701070
description?: Maybe<string>;
10711071
type: GraphQLInputType;
1072-
/** @deprecated use default instead, defaultValue will be removed in v17 **/
1072+
/** @deprecated use default instead, defaultValue will be removed in v18 **/
10731073
defaultValue?: unknown;
10741074
default?: GraphQLDefaultInput | undefined;
10751075
deprecationReason?: Maybe<string>;
@@ -1919,7 +1919,7 @@ export interface GraphQLInputFieldExtensions {
19191919
export interface GraphQLInputFieldConfig {
19201920
description?: Maybe<string>;
19211921
type: GraphQLInputType;
1922-
/** @deprecated use default instead, defaultValue will be removed in v17 **/
1922+
/** @deprecated use default instead, defaultValue will be removed in v18 **/
19231923
defaultValue?: unknown;
19241924
default?: GraphQLDefaultInput | undefined;
19251925
deprecationReason?: Maybe<string>;

0 commit comments

Comments
 (0)