5 lines
104 B
GraphQL
5 lines
104 B
GraphQL
mutation updateRelease($input: ReleaseUpdateInput!) {
|
|
releaseUpdate(input: $input) {
|
|
errors
|
|
}
|
|
}
|