Class InterfaceOutputRegistry

java.lang.Object
io.smallrye.graphql.execution.resolver.InterfaceOutputRegistry

public class InterfaceOutputRegistry extends Object
Here we register output objects that implements some interface We need this to resolve the correct concrete class
Author:
Phillip Kruger (phillip.kruger@redhat.com)
  • Method Details

    • register

      public static void register(Type type, graphql.schema.GraphQLObjectType graphQLObjectType)
    • getGraphQLObjectType

      public static graphql.schema.GraphQLObjectType getGraphQLObjectType(Type interfaceType, String concreateName)