accountPreviewPeriods

Graphql fields and variables for the accountPreviewPeriods query

Scope required:

For a complete list of possible response fields see the PreviewBillingPeriod type.

query accountPreviewPeriods ($accountId: ID) {
  accountPreviewPeriods (accountId: $accountId) {
    endDate
    startDate
  }
}

Arguments

Name
Type
Description

accountId

ID

Response

Last updated

Was this helpful?