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