OBJECT
Signature
link GraphQL Schema definition
1 type Signature { 2 3 # Unique identifier for the signature 4 : ID 5 6 # Current status of the signature process 7 : SignatureStatus 8 9 # Docusign signature request associated with this signature 10 : DocusignSignatureRequest 11 12 # Signers involved in the signature process 13 : [SignatureSigner] 14 15 }