Relationship Delete

Delete relationships

mutation {
    ProjectOwnerDelete(input: {
        MATCH: {
            src: {
                Project: {
                    name: "Project0"
                }
            }
        }
    })
}

Output:

{
    "data": {
        "ProjectOwnerDelete": 1
    }
}