OBJECT
LogEmitterNode
Emits log messages created by various Node types. One per Tenant, automatically created when the Tenant is created.
link GraphQL Schema definition
- type LogEmitterNode implements Node {
- # When and who created.
- AtBy! :
- # A human-readable description.
- String :
- # When and who modified.
- AtBy! :
- # The name.
- String! :
- # A list of the Edges messages are sent on.
- Edge] : [
- # The MessageType that this Node is capable of sending.
- MessageType :
- # The Tenant.
- Tenant! :
- }