Organization
Organization node is the root node in the hierarachy, the folders are the children of the organization and the products are the children of the folders.
type Organization implements Node {
code: ID!
organizationData: OrganizationData
adviseMessage(
level: [AdviseMessageLevel]
): [AdviseMessage!]
createdAt: DateTime!
updatedAt: DateTime!
}
Fields
Organization.code ● ID! non-null scalar
Organization.organizationData ● OrganizationData object
Organization.adviseMessage ● [AdviseMessage!] list object
List of advise messages.
Organization.adviseMessage.level ● [AdviseMessageLevel] list enum
Organization.createdAt ● DateTime! non-null scalar
Date created
Organization.updatedAt ● DateTime! non-null scalar
Date updated
Interfaces
Node interface
Member Of
AuditRuleData object ● DomainData object ● OrganizationData object ● OrganizationEdge object ● OrganizationMemberRole object ● PointOfSaleData object ● RecommendationData object ● SystemData object