OBJECT

DataStoreList

link GraphQL Schema definition

  • type DataStoreList {
  • # List of documents
  • entries: [DataStore!]!
  • # Elapsed query time
  • elapsedTime: Int!
  • # Page info
  • pageInfo: PageInfo!
  • }

link Require by