Uses of Class
io.smallrye.graphql.schema.model.UnionType
-
-
Uses of UnionType in io.smallrye.graphql.schema.model
Methods in io.smallrye.graphql.schema.model that return types with arguments of type UnionType Modifier and Type Method Description Map<String,UnionType>Schema. getUnions()Methods in io.smallrye.graphql.schema.model with parameters of type UnionType Modifier and Type Method Description voidSchema. addUnion(UnionType unionType)Method parameters in io.smallrye.graphql.schema.model with type arguments of type UnionType Modifier and Type Method Description voidSchema. setUnions(Map<String,UnionType> unions)
-