Skip to main content

BodyStructureCreate

Create a new BodyStructure resource.

Mutation

mutation BodyStructureCreate($input: BodyStructureCreateInput!) {
BodyStructureCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created BodyStructure resource.