> ## 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.

# PersonName

> A person's given and family name.

<ResponseField name="given" type="String!" required>
  The given (first) name.
</ResponseField>

<ResponseField name="surname" type="String!" required>
  The family (last) name.
</ResponseField>
