OBJECT
GooseStreamConnection
A connection to a list of items.
link GraphQL Schema definition
- type GooseStreamConnection {
- # Information to aid in pagination.
- : PageInfo!
- # A list of edges.
- : [GooseStreamEdge]
- # A list of GooseStream nodes.
- : [GooseStream!]!
- # The total count of items in the connection.
- : Int!
- }