contacts
No description
contacts(
orderBy: [QueryContactsOrderByClause!]
first: Int!
page: Int = 1
where: QueryContactsWhereWhereConditions
entityType: ContactEntityType = ANY
): ContactsResponse
No description
contacts(
orderBy: [QueryContactsOrderByClause!]
first: Int!
page: Int = 1
where: QueryContactsWhereWhereConditions
entityType: ContactEntityType = ANY
): ContactsResponse
contacts.orderBy
● [QueryContactsOrderByClause!]
list inputcontacts.first
● Int!
non-null scalarcontacts.page
● Int
scalarcontacts.where
● QueryContactsWhereWhereConditions
inputcontacts.entityType
● ContactEntityType
enumContactsResponse
object