Skip to main content

customFieldCategories

Lists all custom field categories.

customFieldCategories(
after: String
before: String
filter: CustomFieldCategoryFilter
first: Int
last: Int
): CustomFieldCategoryConnection

Arguments

customFieldCategories.after ● String scalar common

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

customFieldCategories.before ● String scalar common

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

customFieldCategories.filter ● CustomFieldCategoryFilter input common

The fields by which to filter the results.

customFieldCategories.first ● Int scalar common

Returns the first n elements from the list.

customFieldCategories.last ● Int scalar common

Returns the last n elements from the list.

Type

CustomFieldCategoryConnection object common

The connection type for CustomFieldCategory.