ImportSpecBooksPayload
ObjectAutogenerated return 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. |
| constructableUrl | String | — |
| errors | [String!]! | — |
| specImport | SpecImport | — |