userCurrentOutOfOffice.graphql 156 B

12345678
  1. mutation userCurrentOutOfOffice($input: OutOfOfficeInput!) {
  2. userCurrentOutOfOffice(input: $input) {
  3. success
  4. errors {
  5. ...errors
  6. }
  7. }
  8. }