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