OBJECT
type Schedule {_id: String! # account identityaccountId: String # created timestampcreatedAt: DateTime # created by usercreatedBy: String defaultAssetGlobal: Int defaultAssetId: String groupId: String isHide: Boolean lastTeamId: String # last updated by userlastUpdatedBy: String # last update timestamplastUpdatedDate: DateTime name: String # the folder locationpath: String # the tagstags: [String!] teamId: String }