Package io.smallrye.graphql.schema.model
Class Group
- java.lang.Object
-
- io.smallrye.graphql.schema.model.Group
-
- All Implemented Interfaces:
Serializable
public class Group extends Object implements Serializable
Allow grouping of queries and mutations.- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetDescription()StringgetName()inthashCode()voidsetDescription(String description)voidsetName(String name)StringtoString()
-