Skip to main content

prefixDefinitions

Retrieves a paginated list of prefix definitions based on the provided pagination parameters.

**Returns:** The paginated list of prefix definitions.

prefixDefinitions(
first: Int
after: String
): PrefixDefinitionsConnection

Arguments

prefixDefinitions.first ● Int scalar

The number of prefix definitions to return in the response.

prefixDefinitions.after ● String scalar

The cursor representing the position after which to start returning prefix definitions.

Type

PrefixDefinitionsConnection object

A connection to a list of items.