Uses of Class
graphql.schema.GraphQLInterfaceType
-
-
Uses of GraphQLInterfaceType in graphql.execution
Methods in graphql.execution with parameters of type GraphQLInterfaceType Modifier and Type Method Description GraphQLObjectType
ResolveType. resolveTypeForInterface(TypeResolutionEnvironment env, GraphQLInterfaceType abstractType)
-
Uses of GraphQLInterfaceType in graphql.normalized
Methods in graphql.normalized that return types with arguments of type GraphQLInterfaceType Modifier and Type Method Description private java.util.Set<GraphQLInterfaceType>
ExecutableNormalizedField. getInterfacesCommonToAllOutputTypes(GraphQLSchema schema)
This tries to find interfaces common to all the field output types. -
Uses of GraphQLInterfaceType in graphql.relay
Methods in graphql.relay that return GraphQLInterfaceType Modifier and Type Method Description GraphQLInterfaceType
Relay. nodeInterface(TypeResolver typeResolver)
Methods in graphql.relay with parameters of type GraphQLInterfaceType Modifier and Type Method Description GraphQLObjectType
Relay. edgeType(java.lang.String name, GraphQLOutputType nodeType, GraphQLInterfaceType nodeInterface, java.util.List<GraphQLFieldDefinition> edgeFields)
GraphQLFieldDefinition
Relay. nodeField(GraphQLInterfaceType nodeInterface, DataFetcher nodeDataFetcher)
-
Uses of GraphQLInterfaceType in graphql.schema
Methods in graphql.schema that return GraphQLInterfaceType Modifier and Type Method Description GraphQLInterfaceType
GraphQLInterfaceType.Builder. build()
GraphQLInterfaceType
GraphQLInterfaceType. transform(java.util.function.Consumer<GraphQLInterfaceType.Builder> builderConsumer)
This helps you transform the current GraphQLInterfaceType into another one by starting a builder with all the current values and allows you to transform it how you want.GraphQLInterfaceType
GraphQLInterfaceType. withNewChildren(SchemaElementChildrenContainer newChildren)
Method parameters in graphql.schema with type arguments of type GraphQLInterfaceType Modifier and Type Method Description GraphQLInterfaceType.Builder
GraphQLInterfaceType.Builder. replaceInterfaces(java.util.List<GraphQLInterfaceType> interfaces)
Constructors in graphql.schema with parameters of type GraphQLInterfaceType Constructor Description Builder(GraphQLInterfaceType existing)
-
Uses of GraphQLInterfaceType in graphql.schema.diffing
Methods in graphql.schema.diffing with parameters of type GraphQLInterfaceType Modifier and Type Method Description private void
SchemaGraphFactory. newInterface(GraphQLInterfaceType interfaceType, SchemaGraph schemaGraph, boolean isIntrospectionNode)
-
Uses of GraphQLInterfaceType in graphql.schema.idl
Methods in graphql.schema.idl that return GraphQLInterfaceType Modifier and Type Method Description (package private) GraphQLInterfaceType
SchemaGeneratorHelper. buildInterfaceType(SchemaGeneratorHelper.BuildContext buildCtx, InterfaceTypeDefinition typeDefinition)
default GraphQLInterfaceType
SchemaDirectiveWiring. onInterface(SchemaDirectiveWiringEnvironment<GraphQLInterfaceType> environment)
This is called when an interface is encountered, which gives the schema directive a chance to modify the shape and behaviour of that DSL elementGraphQLInterfaceType
SchemaGeneratorDirectiveHelper. onInterface(GraphQLInterfaceType interfaceType, SchemaGeneratorDirectiveHelper.Parameters params)
Methods in graphql.schema.idl that return types with arguments of type GraphQLInterfaceType Modifier and Type Method Description private SchemaPrinter.SchemaElementPrinter<GraphQLInterfaceType>
SchemaPrinter. interfacePrinter()
Methods in graphql.schema.idl with parameters of type GraphQLInterfaceType Modifier and Type Method Description GraphQLInterfaceType
SchemaGeneratorDirectiveHelper. onInterface(GraphQLInterfaceType interfaceType, SchemaGeneratorDirectiveHelper.Parameters params)
TraversalControl
SchemaDirectiveWiringSchemaGeneratorPostProcessing.Visitor. visitGraphQLInterfaceType(GraphQLInterfaceType node, TraverserContext<GraphQLSchemaElement> context)
Method parameters in graphql.schema.idl with type arguments of type GraphQLInterfaceType Modifier and Type Method Description default GraphQLInterfaceType
SchemaDirectiveWiring. onInterface(SchemaDirectiveWiringEnvironment<GraphQLInterfaceType> environment)
This is called when an interface is encountered, which gives the schema directive a chance to modify the shape and behaviour of that DSL element -
Uses of GraphQLInterfaceType in graphql.schema.impl
Methods in graphql.schema.impl with parameters of type GraphQLInterfaceType Modifier and Type Method Description TraversalControl
GraphQLTypeCollectingVisitor. visitGraphQLInterfaceType(GraphQLInterfaceType node, TraverserContext<GraphQLSchemaElement> context)
TraversalControl
MultiReadOnlyGraphQLTypeVisitor. visitGraphQLInterfaceType(GraphQLInterfaceType node, TraverserContext<GraphQLSchemaElement> context)
-
Uses of GraphQLInterfaceType in graphql.schema.transform
Methods in graphql.schema.transform with parameters of type GraphQLInterfaceType Modifier and Type Method Description TraversalControl
FieldVisibilitySchemaTransformation.TypeVisibilityVisitor. visitGraphQLInterfaceType(GraphQLInterfaceType node, TraverserContext<GraphQLSchemaElement> context)
-
Uses of GraphQLInterfaceType in graphql.schema.validation
-
Uses of GraphQLInterfaceType in graphql.schema.visitor
Methods in graphql.schema.visitor with parameters of type GraphQLInterfaceType Modifier and Type Method Description TraversalControl
GraphQLSchemaVisitorAdapter. visitGraphQLInterfaceType(GraphQLInterfaceType node, TraverserContext<GraphQLSchemaElement> context)
default GraphQLSchemaTraversalControl
GraphQLSchemaVisitor. visitInterfaceType(GraphQLInterfaceType interfaceType, GraphQLSchemaVisitor.InterfaceTypeVisitorEnvironment environment)
Called when visiting aGraphQLInterfaceType
in the schema
-