Skip to main content

contacts

Lists all contacts.

contacts(
after: String
before: String
filter: ContactFilter
first: Int
last: Int
orderBy: ContactOrder
): ContactConnection

Arguments

contacts.after ● String scalar common

Returns the elements in the list that come after the specified cursor.

contacts.before ● String scalar common

Returns the elements in the list that come before the specified cursor.

contacts.filter ● ContactFilter input common

The fields by which to filter the results.

contacts.first ● Int scalar common

Returns the first n elements from the list.

contacts.last ● Int scalar common

Returns the last n elements from the list.

contacts.orderBy ● ContactOrder input common

The field and direction by which to order the results.

Type

ContactConnection object common

The connection type for Contact.