Skip to main content

propertyConnection

Fetch Properties

propertyConnection(
filter: PropertyDefinitionFilter
sort: PropertySort
first: Int! = 30
after: String
offset: Int = 0
): PropertyConnection

Arguments

filter ● PropertyDefinitionFilter

Manage what data you will get.

sort ● PropertySort

Which algorithms we will sort by. (default: id in ascending order)

first ● Int!

How many properties will be fetched. (default: 30, max: 1000)

after ● String

Cursor based pagination. The ID, in this case property ID, of the last item on the previous page.

offset ● Int

Offset based pagination for the properties fetched. (default: 0). Does not work with cursor based pagination 'after'.

Type

PropertyConnection

Represents a paginated connection list of properties