mutation userCurrentOutOfOffice($input: OutOfOfficeInput!) { userCurrentOutOfOffice(input: $input) { success errors { ...errors } } }