Class UnionOutputRegistry


  • public class UnionOutputRegistry
    extends Object
    • Method Detail

      • register

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

        public static graphql.schema.GraphQLObjectType getGraphQLObjectType​(UnionType unionType,
                                                                            String concreteName)