INPUT_OBJECT

FileUploadInput

A generic file upload object.

link GraphQL Schema definition

  • input FileUploadInput {
  • # Binary data of the file encoded in Base64.
  • data: String
  • # The name of the file when it was uploaded.
  • filename: String
  • # The s3 path of the file when it was uploaded - If provided will ignore
  • # data/filename
  • path: String
  • }