GraphQL reference

SetMyTimeZonePayload

Object

Autogenerated return 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.
constructableUrlString
errors[String!]!