Uses of Interface
graphql.schema.GraphQLFieldsContainer
Packages that use GraphQLFieldsContainer
Package
Description
-
Uses of GraphQLFieldsContainer in graphql.analysis
Methods in graphql.analysis that return GraphQLFieldsContainerModifier and TypeMethodDescriptionQueryVisitorFieldEnvironment.getFieldsContainer()QueryVisitorFieldEnvironmentImpl.getFieldsContainer()Constructors in graphql.analysis with parameters of type GraphQLFieldsContainerModifierConstructorDescriptionQueryVisitorFieldEnvironmentImpl(boolean typeNameIntrospectionField, Field field, GraphQLFieldDefinition fieldDefinition, GraphQLOutputType parentType, GraphQLFieldsContainer unmodifiedParentType, QueryVisitorFieldEnvironment parentEnvironment, Map<String, Object> arguments, SelectionSetContainer selectionSetContainer, TraverserContext<Node> traverserContext, GraphQLSchema schema) -
Uses of GraphQLFieldsContainer in graphql.normalized
Methods in graphql.normalized with parameters of type GraphQLFieldsContainerModifier and TypeMethodDescriptionExecutableNormalizedOperation.getNormalizedField(MergedField mergedField, GraphQLFieldsContainer fieldsContainer, ResultPath resultPath) This will find aExecutableNormalizedFieldgiven a merged field and a result path. -
Uses of GraphQLFieldsContainer in graphql.schema
Subinterfaces of GraphQLFieldsContainer in graphql.schemaModifier and TypeInterfaceDescriptioninterfaceA GraphQLType which can implement interfacesClasses in graphql.schema that implement GraphQLFieldsContainerModifier and TypeClassDescriptionclassIn graphql, an interface is an abstract type that defines the set of fields that a type must include to implement that interface.classThis is the work horse type and represents an object with one or more field values that can be retrieved by the graphql system.Methods in graphql.schema with parameters of type GraphQLFieldsContainerModifier and TypeMethodDescriptionstatic FieldCoordinatesFieldCoordinates.coordinates(GraphQLFieldsContainer parentType, GraphQLFieldDefinition fieldDefinition) Creates new field coordinatesstatic FieldCoordinatesFieldCoordinates.coordinates(GraphQLFieldsContainer parentType, String fieldName) Creates new field coordinatesGraphQLCodeRegistry.Builder.dataFetcher(GraphQLFieldsContainer parentType, GraphQLFieldDefinition fieldDefinition, DataFetcher<?> dataFetcher) Deprecated.DataFetcher<?> GraphQLCodeRegistry.Builder.getDataFetcher(GraphQLFieldsContainer parentType, GraphQLFieldDefinition fieldDefinition) Deprecated.This is confusing becauseGraphQLInterfaceTypes cant have data fetchers.DataFetcher<?> GraphQLCodeRegistry.getDataFetcher(GraphQLFieldsContainer parentType, GraphQLFieldDefinition fieldDefinition) Deprecated.This is confusing becauseGraphQLInterfaceTypes cant have data fetchers.default TraversalControlGraphQLTypeVisitor.visitGraphQLFieldsContainer(GraphQLFieldsContainer node, TraverserContext<GraphQLSchemaElement> context) -
Uses of GraphQLFieldsContainer in graphql.schema.idl
Methods in graphql.schema.idl that return GraphQLFieldsContainerModifier and TypeMethodDescriptionSchemaDirectiveWiringEnvironment.getFieldsContainer()SchemaDirectiveWiringEnvironmentImpl.getFieldsContainer() -
Uses of GraphQLFieldsContainer in graphql.schema.impl
Methods in graphql.schema.impl with parameters of type GraphQLFieldsContainerModifier and TypeMethodDescriptionMultiReadOnlyGraphQLTypeVisitor.visitGraphQLFieldsContainer(GraphQLFieldsContainer node, TraverserContext<GraphQLSchemaElement> context) -
Uses of GraphQLFieldsContainer in graphql.schema.visibility
Methods in graphql.schema.visibility with parameters of type GraphQLFieldsContainerModifier and TypeMethodDescriptionBlockedFields.getFieldDefinition(GraphQLFieldsContainer fieldsContainer, String fieldName) DefaultGraphqlFieldVisibility.getFieldDefinition(GraphQLFieldsContainer fieldsContainer, String fieldName) GraphqlFieldVisibility.getFieldDefinition(GraphQLFieldsContainer fieldsContainer, String fieldName) Called to get a named field from an object type or interfaceNoIntrospectionGraphqlFieldVisibility.getFieldDefinition(GraphQLFieldsContainer fieldsContainer, String fieldName) Deprecated.BlockedFields.getFieldDefinitions(GraphQLFieldsContainer fieldsContainer) DefaultGraphqlFieldVisibility.getFieldDefinitions(GraphQLFieldsContainer fieldsContainer) GraphqlFieldVisibility.getFieldDefinitions(GraphQLFieldsContainer fieldsContainer) Called to get the list of fields from an object type or interfaceNoIntrospectionGraphqlFieldVisibility.getFieldDefinitions(GraphQLFieldsContainer fieldsContainer) Deprecated. -
Uses of GraphQLFieldsContainer in graphql.schema.visitor
Methods in graphql.schema.visitor that return GraphQLFieldsContainerModifier and TypeMethodDescriptionGraphQLSchemaVisitor.FieldDefinitionVisitorEnvironment.getContainer()
GraphQLInterfaceTypes cant have data fetchers.