Skip to main content

customFields

Lists all custom fields.

customFields(
after: String
before: String
filter: CustomFieldFilter
first: Int
last: Int
): CustomFieldConnection

Arguments

customFields.after ● String scalar common

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

customFields.before ● String scalar common

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

customFields.filter ● CustomFieldFilter input common

The fields by which to filter the results.

customFields.first ● Int scalar common

Returns the first n elements from the list.

customFields.last ● Int scalar common

Returns the last n elements from the list.

Type

CustomFieldConnection object common

The connection type for CustomField.