OBJECT

QueryAMSPayload

The return payload from the queryAMS mutation

link GraphQL Schema definition

  • type QueryAMSPayload {
  • # The transaction ID of the AMS query. Use the txId to query the AMS result.
  • txId: ID!
  • }

link Require by