OBJECT
AppChangeRouterNode
Routes change messages to the appropriate App. One per Tenant, automatically created when the Tenant is created.
link GraphQL Schema definition
- type AppChangeRouterNode implements Node {
- # 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 :
- # A list of the Edges messages are sent on.
- Edge] : [
- # The MessageType that this Node is capable of sending.
- MessageType :
- # The Tenant.
- Tenant! :
- }