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: App!
  • # When and who created.
  • created: AtBy!
  • # A human-readable description.
  • description: String
  • # When and who modified.
  • lastModified: AtBy!
  • # The name.
  • name: String!
  • # The Edge that messages are received on.
  • receiveEdge: Edge!
  • # The MessageType that this Node is capable of receiving.
  • receiveMessageType: MessageType
  • # The Tenant.
  • tenant: Tenant!
  • }