You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IsListType(type)
If type is a Non-Null type:
Let innerType be the inner type of type.
Return IsSingleObjectType(innerType).
Else if type is a List type:
Return true.
Else:
Return false.
Should IsSingleObjectType be IsListType?
The text was updated successfully, but these errors were encountered:
Should
IsSingleObjectType
beIsListType
?The text was updated successfully, but these errors were encountered: