# ExtraField

### Fields

#### fieldType ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string)!)

Possible types: single\_line, multi\_line, date, single\_select

#### id ([ID](https://developer.firmhouse.com/graphql-api/api-reference/objects/id)!)

ID to identify the extra field with

#### name ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string)!)

Name of the extra field

#### position ([Int](https://developer.firmhouse.com/graphql-api/api-reference/objects/int))

The extra fields should be ordered by this field

#### ~~project (~~[~~Project~~](https://developer.firmhouse.com/graphql-api/api-reference/objects/project)~~!)~~

*`Deprecated: Will be removed.`*

#### required ([Boolean](https://developer.firmhouse.com/graphql-api/api-reference/objects/boolean)!)

Field is required to be filled

#### selectOptions (\[[String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string)!])

Possible options when fieldType is dropdown

#### visibility ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string)!)

Enum with public or internal.
