ContactConnection
A paginated list of Contact edges.
type ContactConnection {
pageInfo: PageInfo!
edges: [ContactEdge!]!
}
Fields
ContactConnection.pageInfo
● PageInfo!
non-null object
Pagination information about the list of edges.
ContactConnection.edges
● [ContactEdge!]!
non-null object
A list of Contact edges.
Returned By
clients
query ● contacts
query ● getContactsByEmail
query
Member Of
Coordination
object ● Correspondence
object ● Letter
object ● Meter
object ● Specification
object ● Submission
object ● Task
object ● User
object