OBJECT
ReferenceCategory
Reference Category object
link GraphQL Schema definition
- type ReferenceCategory {
- # ID of the Reference Category
- : ID!
- # Parent Reference Category of the Reference Category
- : ReferenceCategory
- # Name of the Reference Category
- : String!
- # Slug of the Reference Category
- : String!
- # Count of the References connected to the Reference Category
- : Int!
- # CreatedAt datetime of the Reference Category
- : DateTime!
- # UpdatedAt datetime of the Reference Category
- : DateTime!
- # Is the Reference Category soft deleted
- : Boolean!
- }