OBJECT
AMSQueryResult
link GraphQL Schema definition
- type AMSQueryResult {
- # The transaction ID for an AMS query.
- : ID!
- # The query type for an AMS query.
- : String
- # The input to the AMS query.
- : String
- # AMS's response to the AMS query.
- : [AMSQueryResponse!]
- }