This website requires JavaScript.
Explore
Help
Sign In
dnrops
/
tuist
Watch
1
Star
0
Fork
You've already forked tuist
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
tuist
/
projects
/
cloud
/
app
/
frontend
/
graphql
/
DeleteProject.graphql
6 lines
102 B
GraphQL
Raw
Permalink
Blame
History
mutation
DeleteProject
(
$input
:
DeleteProjectInput
!
)
{
deleteProject
(
input
:
$input
)
{
slug
}
}
Reference in New Issue
View Git Blame
Copy Permalink