Skip to content

Commit 5b62e07

Browse files
committed
Follow up to #1136 which removes a "*" type
1 parent d707c2e commit 5b62e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/type/definition.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export type GraphQLNullableType =
208208
| GraphQLUnionType
209209
| GraphQLEnumType
210210
| GraphQLInputObjectType
211-
| GraphQLList<*>;
211+
| GraphQLList<any>;
212212

213213
/* eslint-disable no-redeclare */
214214
declare function getNullableType(type: void | null): void;

0 commit comments

Comments
 (0)