OBJECT
All redirects for the marketplace
type Redirect implements Node {businessName: String! id: ID! # New redirect pathnewPath: String! # Original patholdPath: String! # True if the redirect is temporarytemporary: Boolean! }