FileFormField
Object: FileFormField
Section titled “Object: FileFormField”A GraphQL object type.
Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
key* | EntityKey! | — |
label* | String! | — |
description | String | — |
mode* | FormFieldMode! | — |
type* | FormFieldType! | — |
allowedFileTypes* | [String!]! | List of permitted MIME types. |
maxFileSize | Int | Maximum file size in bytes. Cannot exceed the organisation's maximum. |