A custom field containing a user.
| Property Name | Type | Description |
|---|---|---|
| __typename | Literal | |
| annotations | Maybe<Array<CompassCustomFieldAnnotation>> | The annotations attached to a custom field. |
| definition | Maybe<CompassCustomUserFieldDefinition> | The definition of the custom field containing a user. |
| userIdValue | Maybe<String> | The ID of the user contained in the custom field on a component. |
| userValue | Maybe<User> | The user contained in the custom field on a component. |
Rate this page: