getContactsByEmail
Retrieve a contact by its email address.
getContactsByEmail(
email: String!
first: Int! = 50
after: String
trashed: Trashed
): ContactConnection!
Arguments
getContactsByEmail.email
● String!
non-null scalar
getContactsByEmail.first
● Int!
non-null scalar
Limits number of fetched items. Maximum allowed value: 50.
getContactsByEmail.after
● String
scalar
A cursor after which elements are returned.
getContactsByEmail.trashed
● Trashed
enum
Allows to filter if trashed elements should be fetched.
Type
ContactConnection
object
A paginated list of Contact edges.