INPUT_OBJECT

AddSignatureInput

link GraphQL Schema definition

  • input AddSignatureInput {
  • # The signature to be added for the requestId
  • signRequests: [SignRequest!]!
  • # Unique identifier for the request to which the signatures will be added
  • requestId: String!
  • }

link Require by