OBJECT

PageTimeSeriesEntryScalarValue

The page containing page information and edges

link GraphQL Schema definition

  • type PageTimeSeriesEntryScalarValue {
  • # Common information about the current page.
  • pageInfo: PageInfo!
  • # Contains associated DomainEntities with meta information.
  • edges: [EdgeTimeSeriesEntryScalarValue!]!
  • }