BinaryUpdate
Update an existing Binary resource.
Mutation
mutation BinaryUpdate($id: ID!, $input: BinaryUpdateInput!) {
BinaryUpdate(id: $id, input: $input) {
id
}
}
Input
id: ID of the resource to updateinput: See BinaryUpdateInput for input fields.
Return Type
Returns the updated Binary resource.