Skip to content

Commit

Permalink
Site updated to 7c136f4
Browse files Browse the repository at this point in the history
  • Loading branch information
ewawrzas committed Mar 15, 2024
1 parent fe1bc66 commit 4cb0b2f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions gho.html
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,6 @@ <h2 id="employee-employee">employee (<a href="#employee">Employee</a>)</h2>
id
email
}
formFields(fieldNames: ["first_name", "last_name"])
file {
fileUrl
}
Expand All @@ -863,8 +862,15 @@ <h2 id="employee-employee">employee (<a href="#employee">Employee</a>)</h2>
}
}
}


</code></pre>
<pre class="highlight plaintext"><code># Request an employee, limit their signatureRequests to those that are completed an request the formFields
{
employee(id: 20) {
signatureRequests(statuses: [COMPLETED]) {
formFields(fieldNames: ["first_name", "last_name"])
}
}
}
</code></pre>

<p>An Onboarding employee record</p>
Expand Down

0 comments on commit 4cb0b2f

Please sign in to comment.