INPUT_OBJECT

FileInput

File upload.

link GraphQL Schema definition

  • input FileInput {
  • # The image data, base64 encoded.
  • dataBase64: String!
  • # The filename that will be used to label this image.
  • filename: String!
  • }