Types > FileCreate
Description
Topic: Files
Fields
Base64 encoded file or image
Example: "R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
Override default content type of the file
Example: "plain/text"
Valid when: content_type's length doesn't exceed 250 characters
Alt title of the image
Example: "Lovely Sunset"
Valid when: image_alt's length doesn't exceed 250 characters
Filename, will be used to construct a unique file path
Example: "123.txt"
Valid when: name's length doesn't exceed 200 characters
Whether file is pinned or not
Example: false
Size of the file to be uploaded (deferred uploads)
Example: "43534636"
storage: FileStorage
File storage type
Text if the file is a plain text file
An URL to download file or image from
Example: "http://apple.com/new_bg.gif"
Used By
Mutations
Preview (typescript)
Loading module