Uses of Class
io.smallrye.graphql.schema.model.EnumType
-
-
Uses of EnumType in io.smallrye.graphql.schema.model
Methods in io.smallrye.graphql.schema.model that return types with arguments of type EnumType Modifier and Type Method Description Map<String,EnumType>Schema. getEnums()Methods in io.smallrye.graphql.schema.model with parameters of type EnumType Modifier and Type Method Description voidSchema. addEnum(EnumType enumType)Method parameters in io.smallrye.graphql.schema.model with type arguments of type EnumType Modifier and Type Method Description voidSchema. setEnums(Map<String,EnumType> enums)
-