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.
- String! :
- # ID for the foreign table
- Int! :
- # A link to the node
- BrandOrTaxon :
- String! :
- }