OBJECT
ContactConnection
The connection type for Contact.
link GraphQL Schema definition
- type ContactConnection {
- # A list of edges.
- ContactEdge!]! : [
- # A list of nodes.
- Contact!]! : [
- # Information to aid in pagination.
- PageInfo! :
- # Identifies the total count of items in the connection.
- Long! :
- }