Files
webapp/graphql/operations/team/billing/GetTeamBalance.graphql
2026-01-07 09:10:35 +07:00

9 lines
103 B
GraphQL

query GetTeamBalance {
teamBalance {
balance
creditsPosted
debitsPosted
exists
}
}