Skip to main content

persons

No description

persons(
amount: Int
before: String
after: String
orderBy: [TimeCreated_TimeLastEdited]
filters: [PersonFilters]
): Collection_Person

Arguments

persons.amount ● Int scalar

Sets the amount of items to return. Defaults to 10

persons.before ● String scalar

The cursor of a previously returned item. The items returned will be ones listed before this cursor.

persons.after ● String scalar

The cursor of a previously returned item. The items returned will be ones listed after this cursor.

persons.orderBy ● [TimeCreated_TimeLastEdited] list scalar

Ordering options

persons.filters ● [PersonFilters] list scalar

Filters allowed for persons

Type

Collection_Person object