OBJECT

ParentReferenceCategory

Parent Reference Category object

link GraphQL Schema definition

  • type ParentReferenceCategory {
  • # ID of the Reference Category
  • id: ID!
  • # Name of the Reference Category
  • name: String!
  • # Slug of the Reference Category
  • slug: String!
  • # Is the Reference Category soft deleted
  • archived: Int!
  • }

link Require by

This element is not required by anyone