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