INPUT_OBJECT

ImageUploadMutationInput

Autogenerated input type of ImageUploadMutation

link GraphQL Schema definition

  • input ImageUploadMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The image data, base64 encoded.
  • dataBase64: String!
  • }