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