SetMyTimeZoneInput
InputAutogenerated input type of SetMyTimeZone
mutation { user { setMyTimeZone } }
Example
mutation SetMyTimeZone($input: SetMyTimeZoneInput!) {
user {
setMyTimeZone(input: $input) {
errors
}
}
}Autogenerated input type of SetMyTimeZone
mutation { user { setMyTimeZone } }
mutation SetMyTimeZone($input: SetMyTimeZoneInput!) {
user {
setMyTimeZone(input: $input) {
errors
}
}
}