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 GraphQLObjectTypeResolveType. 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 GraphQLInterfaceTypeRelay. nodeInterface(TypeResolver typeResolver)Methods in graphql.relay with parameters of type GraphQLInterfaceType Modifier and Type Method Description GraphQLObjectTypeRelay. edgeType(java.lang.String name, GraphQLOutputType nodeType, GraphQLInterfaceType nodeInterface, java.util.List<GraphQLFieldDefinition> edgeFields)GraphQLFieldDefinitionRelay. nodeField(GraphQLInterfaceType nodeInterface, DataFetcher nodeDataFetcher) -
Uses of GraphQLInterfaceType in graphql.schema
Methods in graphql.schema that return GraphQLInterfaceType Modifier and Type Method Description GraphQLInterfaceTypeGraphQLInterfaceType.Builder. build()GraphQLInterfaceTypeGraphQLInterfaceType. 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.GraphQLInterfaceTypeGraphQLInterfaceType. withNewChildren(SchemaElementChildrenContainer newChildren)Method parameters in graphql.schema with type arguments of type GraphQLInterfaceType Modifier and Type Method Description GraphQLInterfaceType.BuilderGraphQLInterfaceType.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 voidSchemaGraphFactory. 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) GraphQLInterfaceTypeSchemaGeneratorHelper. buildInterfaceType(SchemaGeneratorHelper.BuildContext buildCtx, InterfaceTypeDefinition typeDefinition)default GraphQLInterfaceTypeSchemaDirectiveWiring. 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 elementGraphQLInterfaceTypeSchemaGeneratorDirectiveHelper. 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 GraphQLInterfaceTypeSchemaGeneratorDirectiveHelper. onInterface(GraphQLInterfaceType interfaceType, SchemaGeneratorDirectiveHelper.Parameters params)TraversalControlSchemaDirectiveWiringSchemaGeneratorPostProcessing.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 GraphQLInterfaceTypeSchemaDirectiveWiring. 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 TraversalControlGraphQLTypeCollectingVisitor. visitGraphQLInterfaceType(GraphQLInterfaceType node, TraverserContext<GraphQLSchemaElement> context)TraversalControlMultiReadOnlyGraphQLTypeVisitor. 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 TraversalControlFieldVisibilitySchemaTransformation.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 TraversalControlGraphQLSchemaVisitorAdapter. visitGraphQLInterfaceType(GraphQLInterfaceType node, TraverserContext<GraphQLSchemaElement> context)default GraphQLSchemaTraversalControlGraphQLSchemaVisitor. visitInterfaceType(GraphQLInterfaceType interfaceType, GraphQLSchemaVisitor.InterfaceTypeVisitorEnvironment environment)Called when visiting aGraphQLInterfaceTypein the schema
-