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! :
- }
OBJECT
The connection type for Contact.
- type ContactConnection {
- # A list of edges.
- ContactEdge] : [
- # A list of nodes.
- Contact] : [
- # Information to aid in pagination.
- PageInfo! :
- }