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