launchpad

Graphql fields and variables for the launchpad query

Launchpad metrics for revenue tracking

Scope required: standard:read

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

query launchpad ($entityId: ID, $groupId: ID) {
  launchpad (entityId: $entityId, groupId: $groupId) {
    collectedCashThisMonth
    currencyId
    groupId
    pastDueRevenue
    revenueInFailedPayments
    sharedQuotes
    targetCashThisMonth
    uncollectedCashThisMonth
    upcomingRenewals
  }
}

Arguments

Name
Type
Description

entityId

ID

Entity ID to scope dashboard data

groupId

ID

Optional group ID to filter dashboard data

Response

Last updated

Was this helpful?