AccessInfoList

open_in_new

@beta

GraphQL Schema definition

  • type AccessInfoList {
  • # The current page of search results
  • results: [AccessInfo]
  • # The offset of the next page of results, if this is null it is the final page of
  • # results.
  • nextOffset: String
  • }