File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1069,7 +1069,7 @@ export interface GraphQLArgumentExtensions {
10691069export 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 {
19191919export 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 > ;
You can’t perform that action at this time.
0 commit comments