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