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