Skip to main content

CustomFieldValuesField

A list of custom fields filtered by input.

interface CustomFieldValuesField {
customFieldValues(
after: String
before: String
filter: CustomFieldValuesFilter
first: Int
last: Int
): CustomFieldValueConnection
}

Fields

CustomFieldValuesField.customFieldValues ● CustomFieldValueConnection object common

Lists all custom fields.

CustomFieldValuesField.customFieldValues.after ● String scalar common

Returns the elements in the list that come after the specified cursor.

CustomFieldValuesField.customFieldValues.before ● String scalar common

Returns the elements in the list that come before the specified cursor.

CustomFieldValuesField.customFieldValues.filter ● CustomFieldValuesFilter input common

Filter custom field values.

CustomFieldValuesField.customFieldValues.first ● Int scalar common

Returns the first n elements from the list.

CustomFieldValuesField.customFieldValues.last ● Int scalar common

Returns the last n elements from the list.

Implemented by

Company object ● Contact object