joyent-portal/packages/my-joy-images/src/graphql/remove-image.gql

7 lines
80 B
GraphQL

mutation removeImage($id: ID!) {
deleteImage(id: $id) {
id
name
}
}