tuist/projects/cloud/app/frontend/graphql/DeleteProject.graphql

6 lines
102 B
GraphQL

mutation DeleteProject($input: DeleteProjectInput!) {
deleteProject(input: $input) {
slug
}
}