Relationship Update

Update relationships props

mutation {
    ProjectOwnerUpdate(input: {
        MATCH: {
            props: {
                sin
            }
        }
    })
    {
        id
    }
}