1 2 3 4 5
mutation updateRelease($input: ReleaseUpdateInput!) { releaseUpdate(input: $input) { errors } }