ActionItem

asdfasdfasdf

type ActionItem {
  data: String
  tx_hash: String
  order_data: String
  order_indexes: [Int]
}

Fields

ActionItem.data String

asdf

ActionItem.order_data String

asdf

ActionItem.order_indexes [Int]

asdf

ActionItem.tx_hash String

asdf


ActionResponse

asdfasdfasdf

type ActionResponse {
  label: String!
  description: String!
  type: String!
  name: String!
  item: ActionItem
  steps_summary: [ActionStepPreview]
}

Fields

ActionResponse.description String!

asdf

ActionResponse.item ActionItem

asdf

ActionResponse.label String!

asdf

ActionResponse.name String!

asdf

ActionResponse.steps_summary [ActionStepPreview]

asdf

ActionResponse.type String!

asdf


ActionStepPreview

asdfasdfasdf

type ActionStepPreview {
  description: String!
  label: String!
  name: String!
  status: String!
}

Fields

ActionItem.description String!

asdf

ActionItem.label String!

asdf

ActionItem.name String!

asdf

ActionItem.status String!

asdf