OBJECT

Slug

Object with fields for constructing URL slugs based on its parent object.

link GraphQL Schema definition

  • type Slug {
  • # Field name for ID of parent object.
  • foreignKeyLabel: String!
  • # ID for the foreign table
  • foreignKeyLegacyId: Int!
  • # A link to the node
  • node: BrandOrTaxon
  • slug: String!
  • }