ImportSpecBooksInput
InputAutogenerated input type of ImportSpecBooks
mutation { organization(id: $organizationId) { project(id: $projectId) { importSpecBooks } } }
Example
mutation ImportSpecBooks(
$organizationId: ID!
$projectId: ID!
$input: ImportSpecBooksInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
importSpecBooks(input: $input) {
specImport
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |
| specBooks | JSON! | — |
| specImportId | ID! | — |