OBJECT

ImageUploadMutationPayload

Autogenerated return type of ImageUploadMutation.

link GraphQL Schema definition

  • type ImageUploadMutationPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • errors: [ValidationError!]
  • # The sourceUrl to send in ImageInput
  • sourceUrl: String
  • status: Int!
  • }