Uses of Class
graphql.schema.GraphQLList
Packages that use GraphQLList
-
Uses of GraphQLList in graphql.analysis.values
Methods in graphql.analysis.values with parameters of type GraphQLListModifier and TypeMethodDescriptionValueVisitor.visitListValue(@Nullable List<Object> coercedValue, GraphQLList listInputType, ValueVisitor.InputElements inputElements) This is called when an input list value is encountered. -
Uses of GraphQLList in graphql.schema
Methods in graphql.schema that return GraphQLListModifier and TypeMethodDescriptionstatic GraphQLListGraphQLList.list(GraphQLType wrappedType) A factory method for creating list types so that when used with static imports allows more readable code such as.type(list(GraphQLString))Methods in graphql.schema with parameters of type GraphQLListModifier and TypeMethodDescriptionGraphQLTypeVisitor.visitGraphQLList(GraphQLList node, TraverserContext<GraphQLSchemaElement> context) GraphQLTypeVisitorStub.visitGraphQLList(GraphQLList node, TraverserContext<GraphQLSchemaElement> context) -
Uses of GraphQLList in graphql.schema.impl
Methods in graphql.schema.impl with parameters of type GraphQLListModifier and TypeMethodDescriptionMultiReadOnlyGraphQLTypeVisitor.visitGraphQLList(GraphQLList node, TraverserContext<GraphQLSchemaElement> context)