launchpad
Graphql fields and variables for the launchpad query
query launchpad ($entityId: ID, $groupId: ID) {
launchpad (entityId: $entityId, groupId: $groupId) {
collectedCashThisMonth
currencyId
groupId
pastDueRevenue
revenueInFailedPayments
sharedQuotes
targetCashThisMonth
uncollectedCashThisMonth
upcomingRenewals
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
