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