isListType CallableisListType(type: GraphQLInputType): type is GraphQLList<GraphQLInputType>isListType(type: GraphQLOutputType): type is GraphQLList<GraphQLOutputType>isListType(type: unknown): type is GraphQLList<GraphQLType>Parameterstype: GraphQLInputTypeReturns type is GraphQLList<GraphQLInputType>