contactsByList
No description
contactsByList(
first: Int!
list_id: ID!
orderBy: [QueryContactsOrderByClause!]
page: Int = 1
where: QueryContactsWhereWhereConditions
): ContactsResponse
No description
contactsByList(
first: Int!
list_id: ID!
orderBy: [QueryContactsOrderByClause!]
page: Int = 1
where: QueryContactsWhereWhereConditions
): ContactsResponse
contactsByList.first
● Int!
non-null scalarcontactsByList.list_id
● ID!
non-null scalarcontactsByList.orderBy
● [QueryContactsOrderByClause!]
list inputcontactsByList.page
● Int
scalarcontactsByList.where
● QueryContactsWhereWhereConditions
inputContactsResponse
object