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