OBJECT

AMSQueryResult

link GraphQL Schema definition

  • type AMSQueryResult {
  • # The transaction ID for an AMS query.
  • txId: ID!
  • # The query type for an AMS query.
  • queryType: String
  • # The input to the AMS query.
  • input: String
  • # AMS's response to the AMS query.
  • response: [AMSQueryResponse!]
  • }