Skip to main content

CustomFieldValuesUpdatePayload

Autogenerated return type of CustomFieldValuesUpdate

type CustomFieldValuesUpdatePayload {
clientMutationId: String
errors: [UserError!]!
subject: CustomFieldSubjectType!
}

Fields

CustomFieldValuesUpdatePayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

CustomFieldValuesUpdatePayload.errors ● [UserError!]! non-null object common

Errors related to user input

CustomFieldValuesUpdatePayload.subject ● CustomFieldSubjectType! non-null union common

The contact, company or conversation the custom field values where set on

Returned by

customFieldValuesUpdate mutation