SetMyTimeZonePayload
ObjectAutogenerated return type of SetMyTimeZone.
mutation { user { setMyTimeZone } }
Example
mutation SetMyTimeZone($input: SetMyTimeZoneInput!) {
user {
setMyTimeZone(input: $input) {
errors
}
}
}Autogenerated return type of SetMyTimeZone.
mutation { user { setMyTimeZone } }
mutation SetMyTimeZone($input: SetMyTimeZoneInput!) {
user {
setMyTimeZone(input: $input) {
errors
}
}
}