OBJECT
Category
A category (eg. tag in a taxonomy)
link GraphQL Schema definition
- type Category {
- # The caretaker of this category, if any
- AnyContext :
- # A JSON document containing more info beyond the default fields
- Json :
- String :
- # The numeric primary key of the category
- ID :
- String :
- # The parent category (in a tree-based taxonomy)
- Category :
- String :
- String :
- # List of child categories (in a tree-based taxonomy)
- CategoriesPage] : [
- String :
- }
link Require by
- AccountingScopeA boundary or context grouped around some other record- used for documenting, accounting, planning. ## extended for Bonfire (default was `Person | Organization`)
- AnyContextAny type of known object
- CategoriesPagenull
- CategoryA category (eg. tag in a taxonomy)
- RootMutationTypenull
- RootQueryTypenull