Class 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 ([email protected])
    • Method Detail

      • register

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

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