1 2 3 4 5 6 7
mutation BucketUpdate($id: String!, $input: BucketUpdateInput!) { bucketUpdate(id: $id, input: $input) { id name projectId } }