Skip to main content

MediaUpdate

Update an existing Media resource.

Mutation

mutation MediaUpdate($id: ID!, $input: MediaUpdateInput!) {
MediaUpdate(id: $id, input: $input) {
id
}
}

Input

  • id: ID of the resource to update
  • input: See MediaUpdateInput for input fields.

Return Type

Returns the updated Media resource.