Uses of Class
graphql.schema.GraphQLList
Packages that use GraphQLList
Package
Description
-
Uses of GraphQLList in graphql.analysis.values
Methods in graphql.analysis.values with parameters of type GraphQLListModifier and TypeMethodDescriptionprivate static Object
ValueTraverser.visitListValue
(Object coercedValue, GraphQLList listInputType, ValueTraverser.InputElements containingElements, ValueVisitor visitor) ValueVisitor.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.execution
Methods in graphql.execution with parameters of type GraphQLListModifier and TypeMethodDescriptionprivate static List
ValuesResolverConversion.externalValueToInternalValueForList
(InputInterceptor inputInterceptor, GraphqlFieldVisibility fieldVisibility, GraphQLList graphQLList, Object value, GraphQLContext graphqlContext, Locale locale) including validationprivate static Object
ValuesResolverConversion.externalValueToLiteralForList
(GraphqlFieldVisibility fieldVisibility, GraphQLList listType, Object value, ValuesResolver.ValueMode valueMode, GraphQLContext graphqlContext, Locale locale) No validationprivate static Value
<?> ValuesResolverLegacy.handleListLegacy
(Object value, GraphQLList type, GraphQLContext graphqlContext, Locale locale) private static Object
ValuesResolverConversion.literalToInternalValueForList
(InputInterceptor inputInterceptor, GraphqlFieldVisibility fieldVisibility, GraphQLList graphQLList, Value value, CoercedVariables coercedVariables, GraphQLContext graphqlContext, Locale locale) no validationValuesResolver.literalToNormalizedValueForList
(GraphqlFieldVisibility fieldVisibility, GraphQLList type, Value value, Map<String, NormalizedInputValue> normalizedVariables) -
Uses of GraphQLList in graphql.schema
Methods in graphql.schema that return GraphQLListModifier and TypeMethodDescriptionstatic GraphQLList
GraphQLList.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 TypeMethodDescriptionGraphQLTypeResolvingVisitor.TypeRefResolvingVisitor.visitGraphQLList
(GraphQLList node, TraverserContext<GraphQLSchemaElement> context) GraphQLTypeVisitor.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) -
Uses of GraphQLList in graphql.validation
Methods in graphql.validation with parameters of type GraphQLListModifier and TypeMethodDescriptionprivate boolean
ValidationUtil.isValidLiteralValue
(Value<?> value, GraphQLList type, GraphQLSchema schema, GraphQLContext graphQLContext, Locale locale)