File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1069,7 +1069,7 @@ export interface GraphQLArgumentExtensions {
1069
1069
export interface GraphQLArgumentConfig {
1070
1070
description ?: Maybe < string > ;
1071
1071
type : GraphQLInputType ;
1072
- /** @deprecated use default instead, defaultValue will be removed in v17 **/
1072
+ /** @deprecated use default instead, defaultValue will be removed in v18 **/
1073
1073
defaultValue ?: unknown ;
1074
1074
default ?: GraphQLDefaultInput | undefined ;
1075
1075
deprecationReason ?: Maybe < string > ;
@@ -1919,7 +1919,7 @@ export interface GraphQLInputFieldExtensions {
1919
1919
export interface GraphQLInputFieldConfig {
1920
1920
description ?: Maybe < string > ;
1921
1921
type : GraphQLInputType ;
1922
- /** @deprecated use default instead, defaultValue will be removed in v17 **/
1922
+ /** @deprecated use default instead, defaultValue will be removed in v18 **/
1923
1923
defaultValue ?: unknown ;
1924
1924
default ?: GraphQLDefaultInput | undefined ;
1925
1925
deprecationReason ?: Maybe < string > ;
You can’t perform that action at this time.
0 commit comments