OBJECT
1type MediaBatchProduct {2productId: Int! 34# Optional, if the media should be connected to the variant directly5variantId: Int 67mediaType: MediaType! 89url: String! 1011# The unique key for this media to be added12key: String! 1314completed: Boolean! 1516}