List<GraphQLObjectType> |
SchemaUtil.findImplementations(GraphQLSchema schema,
GraphQLInterfaceType interfaceType)
|
List<GraphQLObjectType> |
GraphQLSchema.getImplementations(GraphQLInterfaceType type)
This will return the list of GraphQLObjectType types that implement the given
interface type.
|
TypeResolver |
GraphQLCodeRegistry.getTypeResolver(GraphQLInterfaceType interfaceType)
Returns the type resolver associated with this interface type
|
TypeResolver |
GraphQLCodeRegistry.Builder.getTypeResolver(GraphQLInterfaceType interfaceType)
Returns the type resolver associated with this interface type
|
static GraphQLInterfaceType.Builder |
GraphQLInterfaceType.newInterface(GraphQLInterfaceType existing) |
GraphQLCodeRegistry.Builder |
GraphQLCodeRegistry.Builder.typeResolver(GraphQLInterfaceType interfaceType,
TypeResolver typeResolver) |
GraphQLCodeRegistry.Builder |
GraphQLCodeRegistry.Builder.typeResolverIfAbsent(GraphQLInterfaceType interfaceType,
TypeResolver typeResolver) |
TraversalControl |
GraphQLTypeVisitorStub.visitGraphQLInterfaceType(GraphQLInterfaceType node,
TraverserContext<GraphQLType> context) |
TraversalControl |
GraphQLTypeVisitor.visitGraphQLInterfaceType(GraphQLInterfaceType node,
TraverserContext<GraphQLType> context) |
TraversalControl |
GraphQLTypeCollectingVisitor.visitGraphQLInterfaceType(GraphQLInterfaceType node,
TraverserContext<GraphQLType> context) |
GraphQLObjectType.Builder |
GraphQLObjectType.Builder.withInterface(GraphQLInterfaceType interfaceType) |
GraphQLObjectType.Builder |
GraphQLObjectType.Builder.withInterfaces(GraphQLInterfaceType... interfaceType) |