Uses of Class
io.smallrye.graphql.api.federation.link.Purpose
-
Packages that use Purpose Package Description io.smallrye.graphql.api.federation.link -
-
Uses of Purpose in io.smallrye.graphql.api.federation.link
Methods in io.smallrye.graphql.api.federation.link that return Purpose Modifier and Type Method Description Purpose_for()static PurposePurpose. valueOf(String name)Returns the enum constant of this type with the specified name.static Purpose[]Purpose. values()Returns an array containing the constants of this enum type, in the order they are declared.
-