AddSovLineItemPayload
ObjectAutogenerated return type of AddSovLineItem.
mutation { organization(id: $organizationId) { project(id: $projectId) { addSovLineItem } } }
Example
mutation AddSovLineItem(
$organizationId: ID!
$projectId: ID!
$input: AddSovLineItemInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
addSovLineItem(input: $input) {
sovLineItem
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| constructableUrl | String | — |
| errors | [String!]! | — |
| sovLineItem | SovLineItem | — |