Skip to main content

BinaryUpdate

Update an existing Binary resource.

Mutation

mutation BinaryUpdate($id: ID!, $input: BinaryUpdateInput!) {
BinaryUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated Binary resource.