AddOrEditBillingPeriodInput
InputAutogenerated input type of AddOrEditBillingPeriod
mutation { organization(id: $organizationId) { project(id: $projectId) { addOrEditBillingPeriod } } }
Example
mutation AddOrEditBillingPeriod(
$organizationId: ID!
$projectId: ID!
$input: AddOrEditBillingPeriodInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
addOrEditBillingPeriod(input: $input) {
billingPeriod
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| dueOn | ISO8601Date! | — |
| endOn | ISO8601Date! | — |
| id | ID! | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |
| startOn | ISO8601Date! | — |