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