Skip to main content

CustomFieldInput

No description

input CustomFieldInput {
customFieldIdOrKey: String!
position: Int
value: JSON
}

Fields

CustomFieldInput.customFieldIdOrKey ● String! non-null scalar common

The ID or key of the custom field.

CustomFieldInput.position ● Int scalar common

The order of the values for custom fields with array values.

CustomFieldInput.value ● JSON scalar common

The new value of the custom field.

Member of

CompanyCreateInput input ● ContactCreateInput input