AddSignatureInput
No description
input AddSignatureInput {
signRequests: [SignRequest!]!
requestId: String!
}
Fields
AddSignatureInput.signRequests ● [SignRequest!]! non-null input
The signature to be added for the requestId
AddSignatureInput.requestId ● String! non-null scalar
Unique identifier for the request to which the signatures will be added
Member Of
addSignature mutation