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