> ## Documentation Index
> Fetch the complete documentation index at: https://redo-44af351d-docs-v3-graphql-api-reference.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SupplierContact

> A contact person at a supplier.

<ResponseField name="createdAt" type={<a href="/docs/api-reference/v3/reference/common/date-time">DateTime!</a>} required>
  When the record was created.
</ResponseField>

<ResponseField name="email" type="String">
  The contact's email address.
</ResponseField>

<ResponseField name="id" type="ID!" required>
  The id of this contact.
</ResponseField>

<ResponseField name="name" type="String!" required>
  The contact's name.
</ResponseField>

<ResponseField name="phone" type="String">
  The contact's phone number.
</ResponseField>

<ResponseField name="updatedAt" type={<a href="/docs/api-reference/v3/reference/common/date-time">DateTime!</a>} required>
  When the record was last updated.
</ResponseField>
