OBJECT

Connections

Connections is an array of connections

link GraphQL Schema definition

  • type Connections {
  • # connections is an array of connections
  • connections: [Connection!]
  • # seek_next is the next value in the sequence (used for pagination)
  • seek_next: String
  • }