Uses of Interface
graphql.schema.GraphQLInputFieldsContainer
Packages that use GraphQLInputFieldsContainer
-
Uses of GraphQLInputFieldsContainer in graphql.schema
Classes in graphql.schema that implement GraphQLInputFieldsContainerModifier and TypeClassDescriptionclassgraphql clearly delineates between the types of objects that represent the output of a query and input objects that can be fed into a graphql mutation.Methods in graphql.schema with parameters of type GraphQLInputFieldsContainerModifier and TypeMethodDescriptiondefault TraversalControlGraphQLTypeVisitor.visitGraphQLInputFieldsContainer(GraphQLInputFieldsContainer node, TraverserContext<GraphQLSchemaElement> context) -
Uses of GraphQLInputFieldsContainer in graphql.schema.impl
Methods in graphql.schema.impl with parameters of type GraphQLInputFieldsContainerModifier and TypeMethodDescriptionMultiReadOnlyGraphQLTypeVisitor.visitGraphQLInputFieldsContainer(GraphQLInputFieldsContainer node, TraverserContext<GraphQLSchemaElement> context) -
Uses of GraphQLInputFieldsContainer in graphql.schema.visibility
Methods in graphql.schema.visibility with parameters of type GraphQLInputFieldsContainerModifier and TypeMethodDescriptionBlockedFields.getFieldDefinition(GraphQLInputFieldsContainer fieldsContainer, String fieldName) DefaultGraphqlFieldVisibility.getFieldDefinition(GraphQLInputFieldsContainer fieldsContainer, String fieldName) default GraphQLInputObjectFieldGraphqlFieldVisibility.getFieldDefinition(GraphQLInputFieldsContainer fieldsContainer, String fieldName) Called to get a named field from an input object typeBlockedFields.getFieldDefinitions(GraphQLInputFieldsContainer fieldsContainer) DefaultGraphqlFieldVisibility.getFieldDefinitions(GraphQLInputFieldsContainer fieldsContainer) default List<GraphQLInputObjectField> GraphqlFieldVisibility.getFieldDefinitions(GraphQLInputFieldsContainer fieldsContainer) Called to get the list of fields from an input object type