OBJECT
ActivityListConnection
The connection type for ActivityList.
link GraphQL Schema definition
- type ActivityListConnection {
- : [String!]!
- # A list of edges.
- : [ActivityListEdge]
- # A list of nodes.
- : [ActivityList]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }