OBJECT

PaginationMarker

Description

Marker for the next page of browse diff FMD results. All fields within are opaque and should not be manually used.

link GraphQL Schema definition

  • type PaginationMarker {
  • # This field is opaque and should not be manually used. Path of last result.
  • key: String!
  • # This field is opaque and should not be manually used. Column values of sort_list
  • # of the last result.
  • sortKey: [Long!]!
  • }