DeleteSpecSectionInput
InputAutogenerated input type of DeleteSpecSection
mutation { organization(id: $organizationId) { project(id: $projectId) { deleteSpecSection } } }
Example
mutation DeleteSpecSection(
$organizationId: ID!
$projectId: ID!
$input: DeleteSpecSectionInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
deleteSpecSection(input: $input) {
specSection
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id | ID! | — |
| mutationMetadata | JSON | — |
| updatedAt | ISO8601DateTime | — |