DeleteBillingPeriodPayload
ObjectAutogenerated return type of DeleteBillingPeriod.
mutation { organization(id: $organizationId) { project(id: $projectId) { deleteBillingPeriod } } }
Example
mutation DeleteBillingPeriod(
$organizationId: ID!
$projectId: ID!
$input: DeleteBillingPeriodInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
deleteBillingPeriod(input: $input) {
billingPeriod
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| billingPeriod | BillingPeriod | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| constructableUrl | String | — |
| errors | [String!]! | — |