OBJECT
type ClientAvailabilities {Account: Accounts AccountId: ID Contact: Contacts ContactId: ID CreatedBy: Users! CreatedById: ID! CreatedDate: Instant! End: Instant! IsAvailable: Boolean! LastModifiedBy: Users! LastModifiedById: ID! LastModifiedDate: Instant! PreferredEnd: Instant PreferredStart: Instant RecurringSchedule: RecurringSchedules RecurringScheduleId: ID Start: Instant! UID: ID! }