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