Eisgnature Migrations, webhook handling, and clean up.
This commit is contained in:
@@ -22,6 +22,23 @@ export const QUERY_AUDIT_TRAIL = gql`
|
||||
useremail
|
||||
status
|
||||
}
|
||||
esignature_documents(where: {jobid: {_eq: $jobid}}) {
|
||||
id
|
||||
created_at
|
||||
updated_at
|
||||
jobid
|
||||
external_document_id
|
||||
subject
|
||||
message
|
||||
title
|
||||
status
|
||||
recipients
|
||||
completed_at
|
||||
opened
|
||||
completed
|
||||
rejected
|
||||
completed_at
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user