AddSovLineItemsInput
InputAutogenerated input type of AddSovLineItems
mutation { organization(id: $organizationId) { project(id: $projectId) { addSovLineItems } } }
Example
mutation AddSovLineItems(
$organizationId: ID!
$projectId: ID!
$input: AddSovLineItemsInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
addSovLineItems(input: $input) {
sovLineItems
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| commitmentId | ID! | — |
| lineItems | [AddSovLineItemsLineItemInput!]! | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |