ContactTasksEdgeConnection
A paginated list of Task edges.
type ContactTasksEdgeConnection {
pageInfo: PageInfo!
edges: [ContactTasksEdge!]!
}
Fields
ContactTasksEdgeConnection.pageInfo ● PageInfo! non-null object
Pagination information about the list of edges.
ContactTasksEdgeConnection.edges ● [ContactTasksEdge!]! non-null object
A list of Task edges.
Member Of
Contact object