Mutations

updateUser

No description

No description

updateUser(
  user: UserInputType!
  channelId: String
  languageId: String
  marketId: String
): UserType

Arguments

user ● UserInputType! non-null input required

The user fields to update. Omitted fields or fields with null values will not be updated.

channelId ● String scalar

The channel ID. Will default to an existing value if it is not found.

languageId ● String scalar

The language ID. Will default to an existing value if it is not found.

marketId ● String scalar

The market ID. Will default to an existing value if it is not found.

Type

UserType object