contacts
Return a list of contacts.
contacts(
where: QueryContactsWhereWhereConditions
hasMembers: QueryContactsHasMembersWhereHasConditions
hasFollowers: QueryContactsHasFollowersWhereHasConditions
hasCreator: QueryContactsHasCreatorWhereHasConditions
hasTags: QueryContactsHasTagsWhereHasConditions
relationIsAbsent: ContactsRelations
search: String
orderBy: [QueryContactsOrderByOrderByClause!]
first: Int! = 50
after: String
trashed: Trashed
): ContactConnection!
Arguments
contacts.where
● QueryContactsWhereWhereConditions
input
contacts.hasMembers
● QueryContactsHasMembersWhereHasConditions
input
contacts.hasFollowers
● QueryContactsHasFollowersWhereHasConditions
input
contacts.hasCreator
● QueryContactsHasCreatorWhereHasConditions
input
contacts.hasTags
● QueryContactsHasTagsWhereHasConditions
input
contacts.relationIsAbsent
● ContactsRelations
enum
contacts.search
● String
scalar
contacts.orderBy
● [QueryContactsOrderByOrderByClause!]
list input
contacts.first
● Int!
non-null scalar
Limits number of fetched items. Maximum allowed value: 50.
contacts.after
● String
scalar
A cursor after which elements are returned.
contacts.trashed
● Trashed
enum
Allows to filter if trashed elements should be fetched.
Type
ContactConnection
object
A paginated list of Contact edges.