- All Implemented Interfaces:
- Serializable
public final class Type
extends Reference
Represent a GraphQL Type.
A Type is one of the options for a response, it's a complex type that contains
fields that itself is of a certain type.
It's a Java Bean that we only care about the getter methods and properties.
A Type is a java bean with fields, but can optionally also have operations (queries)
that is done with the Source annotation.
A Type can also optionally implements interfaces.
- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
- See Also:
- Object,
Serialized Form