OBJECT

EventGroupConnection

link GraphQL Schema definition

  • type EventGroupConnection implements Connection {
  • # Count of resources on this page
  • count: Int!
  • # Relay-compatible edges on this page
  • edges: [EventGroupEdge!]
  • # Query results on this page
  • eventGroupRecords: [EventGroupRecord!]
  • # 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
  • }