entitiesOrderedByPropertyConnection
Reads and enables pagination through a set of Entity.
entitiesOrderedByPropertyConnection(
propertyId: UUID
spaceId: UUID
sortDirection: SortOrder
dataType: String
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
filter: EntityFilter
): EntitiesConnection
Arguments
entitiesOrderedByPropertyConnection.propertyId ● UUID scalar
entitiesOrderedByPropertyConnection.spaceId ● UUID scalar
entitiesOrderedByPropertyConnection.sortDirection ● SortOrder enum
entitiesOrderedByPropertyConnection.dataType ● String scalar
entitiesOrderedByPropertyConnection.first ● Int scalar
Only read the first n values of the set.
entitiesOrderedByPropertyConnection.last ● Int scalar
Only read the last n values of the set.
entitiesOrderedByPropertyConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
entitiesOrderedByPropertyConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
entitiesOrderedByPropertyConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
entitiesOrderedByPropertyConnection.filter ● EntityFilter input
A filter to be used in determining which values should be returned by the collection.
Type
EntitiesConnection object
A connection to a list of Entity values.