OBJECT
Connections
Connections is an array of connections
link GraphQL Schema definition
- type Connections {
- # connections is an array of connections
- : [Connection!]
- # seek_next is the next value in the sequence (used for pagination)
- : String
- }
OBJECT
Connections is an array of connections
- type Connections {
- # connections is an array of connections
- : [Connection!]
- # seek_next is the next value in the sequence (used for pagination)
- : String
- }