1 2 3 4 5
mutation DeleteProject($object: DeleteProjectsInput!) { deleteProjects(object: $object) { affected_rows } }