GraphQL reference

SetMyTimeZoneInput

Input

Autogenerated input type of SetMyTimeZone

mutation { user { setMyTimeZone } }

Example

mutation SetMyTimeZone($input: SetMyTimeZoneInput!) {
  user {
    setMyTimeZone(input: $input) {
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
mutationMetadataJSON
timeZoneString!