INPUT_OBJECT

DeleteExtensionImageInput

Information needed to delete images on extension.

link GraphQL Schema definition

1input DeleteExtensionImageInput {
4
2# The extension:version the images are for.
3extensionID: ID!
7
5# Urls to be deleted.
6urls: [String!]!
8}