Uses of Interface
graphql.schema.GraphQLCompositeType
Packages that use GraphQLCompositeType
Package
Description
-
Uses of GraphQLCompositeType in graphql.analysis
Methods in graphql.analysis that return GraphQLCompositeTypeMethods in graphql.analysis with parameters of type GraphQLCompositeTypeModifier and TypeMethodDescriptionQueryTransformer.Builder.rootParentType(GraphQLCompositeType rootParentType) The type of the parent of the root node.QueryTraverser.Builder.rootParentType(GraphQLCompositeType rootParentType) The type of the parent of the root node.Constructors in graphql.analysis with parameters of type GraphQLCompositeTypeModifierConstructorDescriptionFieldComplexityEnvironment(Field field, GraphQLFieldDefinition fieldDefinition, GraphQLCompositeType parentType, Map<String, Object> arguments, FieldComplexityEnvironment parentEnvironment) -
Uses of GraphQLCompositeType in graphql.execution.instrumentation.fieldvalidation
Methods in graphql.execution.instrumentation.fieldvalidation that return GraphQLCompositeType -
Uses of GraphQLCompositeType in graphql.introspection
Methods in graphql.introspection with parameters of type GraphQLCompositeTypeModifier and TypeMethodDescriptionstatic GraphQLFieldDefinitionIntrospection.getFieldDef(GraphQLSchema schema, GraphQLCompositeType parentType, String fieldName) This will look up a field definition by name, and understand that fields like __typename and __schema are special and take precedence in field resolution -
Uses of GraphQLCompositeType in graphql.schema
Subinterfaces of GraphQLCompositeType in graphql.schemaModifier and TypeInterfaceDescriptioninterfaceTypes that can contain output fields are marked with this interfaceinterfaceA GraphQLType which can implement interfacesClasses in graphql.schema that implement GraphQLCompositeTypeModifier 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.classA union type is a polymorphic type that dynamically represents one of more concrete object types.Methods in graphql.schema with parameters of type GraphQLCompositeTypeModifier and TypeMethodDescriptiondefault TraversalControlGraphQLTypeVisitor.visitGraphQLCompositeType(GraphQLCompositeType node, TraverserContext<GraphQLSchemaElement> context) -
Uses of GraphQLCompositeType in graphql.schema.impl
Methods in graphql.schema.impl with parameters of type GraphQLCompositeTypeModifier and TypeMethodDescriptionMultiReadOnlyGraphQLTypeVisitor.visitGraphQLCompositeType(GraphQLCompositeType node, TraverserContext<GraphQLSchemaElement> context) -
Uses of GraphQLCompositeType in graphql.validation
Methods in graphql.validation that return GraphQLCompositeTypeModifier and TypeMethodDescriptionTraversalContext.getParentType()ValidationContext.getParentType()