LoggingLogCollection
No description
type LoggingLogCollection {
totalCount: Int!
edges: [LoggingLogEdge!]
adviseMessage: [AdviseMessage!]
}
Fields
LoggingLogCollection.totalCount
● Int!
non-null scalar
LoggingLogCollection.edges
● [LoggingLogEdge!]
list object
LoggingLogCollection.adviseMessage
● [AdviseMessage!]
list object
Member Of
LoggingQuery
object