OBJECT

Redirect

All redirects for the marketplace

link GraphQL Schema definition

  • type Redirect implements Node {
  • businessName: String!
  • id: ID!
  • # New redirect path
  • newPath: String!
  • # Original path
  • oldPath: String!
  • # True if the redirect is temporary
  • temporary: Boolean!
  • }