OBJECT

LogConnection

link GraphQL Schema definition

  • type LogConnection implements Connection {
  • # Count of resources on this page
  • count: Int!
  • # Relay-compatible edges on this page
  • edges: [LogRecordEdge!]
  • # Query results on this page
  • logRecords: [LogRecord!]
  • # Relay-compatible page info
  • pageInfo: PageInfo!
  • # Information about the query task execution
  • taskInfo: LogTaskInfo
  • # Optional total elements count across all pages when available
  • totalCount: Int
  • }