Magidoc

UploadCreateInput
Input Object

The properties of the Upload to create.

Fields

#

filename

Non-null

The filename of the Upload. Filename cannot be blank, longer than 150 characters, and must be a valid file name.

mimeType

Non-null

The mimeType of the Upload. MimeType must be `text/jsonl`.

resource

Non-null

The resource of the Upload.

Usages

#

References

#

  • Argument input of field uploadCreate from type Mutation