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