isListType CallableisListType(type: GraphQLInputType): type is GraphQLList<GraphQLInputType>isListType(type: GraphQLOutputType): type is GraphQLList<GraphQLOutputType>isListType(type: unknown): type is GraphQLList<GraphQLType>Create and operate on GraphQL type definitions and schema.Parameterstype: GraphQLInputTypeReturns type is GraphQLList<GraphQLInputType>
Create and operate on GraphQL type definitions and schema.