OBJECT

LogSchemaConnection

link GraphQL Schema definition

  • type LogSchemaConnection implements Connection {
  • # Count of resources on this page
  • count: Int!
  • # Relay-compatible edges on this page
  • edges: [LogSchemaEdge!]
  • # Relay-compatible page info
  • pageInfo: PageInfo!
  • # Schema resources on this page
  • schema: [LogSchema!]
  • # Optional total elements count across all pages when available
  • totalCount: Int
  • }