OBJECT

Action

link GraphQL Schema definition

  • type Action {
  • # The name of the action
  • name: String
  • # The original set of parameters sent when the action was requested
  • parameters: [KeyValue]
  • # `true` or `false`, depending on the action's success
  • success: Boolean
  • # Account requesting the action
  • caller: Caller
  • # When the action finished
  • time: String
  • }