Skip to content

Add a package destroy GraphQL mutation

What does this MR do?

This MR adds a new mutation the GraphQL package layer to allow the users to delete a package.

To achieve this we are creating a dedicated service used to share the delete functionality between the REST and GraphQL API.

Screenshots (strongly suggested)

Screenshot_2021-06-02_at_11.59.09

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

Related to #285467 (closed)

Edited by Nicolò Maria Mezzopera

Merge request reports