OBJECT
Wrapper around the SlaDomain object. This wrapper is used for pagination.
type SlaDomainEdge {# String used to identify this edge.cursor: String! # The actual SlaDomain object wrapped by this edge.node: SlaDomain! }