Skip to main content

Query: contactListByPage

Get contact list for page number. Requires access to resource GRAPHQL_CONTACT

contact {
contactListByPage(
page: Int!
sortBy: ContactsPageSort! = CONTACT_NAME
sortDirection: SortDirectionEnum! = ASCENDING
): ContactListByPageOutput!
}

Arguments

contactListByPage.page ● Int! non-null scalar

Possible violation list: TOO_LOW_ERROR

contactListByPage.sortBy ● ContactsPageSort! non-null enum

contactListByPage.sortDirection ● SortDirectionEnum! non-null enum

Type

ContactListByPageOutput union