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 ObjectValueTraverser.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 ListValuesResolverConversion.externalValueToInternalValueForList(InputInterceptor inputInterceptor, GraphqlFieldVisibility fieldVisibility, GraphQLList graphQLList, Object value, GraphQLContext graphqlContext, Locale locale) including validationprivate static ObjectValuesResolverConversion.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 ObjectValuesResolverConversion.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 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 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 booleanValidationUtil.isValidLiteralValue(Value<?> value, GraphQLList type, GraphQLSchema schema, GraphQLContext graphQLContext, Locale locale)