OBJECT

Docs

Docs is an array of docs

link GraphQL Schema definition

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