OBJECT
Zone for users consisting of asset groups
type Zone {# Zone idid: String! # Zone namename: String! # Zone descriptiondescription: String # Last modified datelastModifiedDate: String # The last user that modified the entitylastModifiedBy: String # Asset groups belonging to the zoneassetGroups: [AssetGroup!]! # User groups assigned to the zoneuserGroups: [UserGroup!]! # Object usage informationusageInfo: UsageInfo! }