OBJECT
AppChangeReceiverNode
Receives change messages from the AppChangeRouterNode. One per App, created when the App is created.
link GraphQL Schema definition
- type AppChangeReceiverNode implements Node {
- # The App.
- : App!
- # When and who created.
- : AtBy!
- # A human-readable description.
- : String
- # When and who modified.
- : AtBy!
- # The name.
- : String!
- # The Edge that messages are received on.
- : Edge!
- # The MessageType that this Node is capable of receiving.
- : MessageType
- # The Tenant.
- : Tenant!
- }