9 lines
103 B
GraphQL
9 lines
103 B
GraphQL
query GetTeamBalance {
|
|
teamBalance {
|
|
balance
|
|
creditsPosted
|
|
debitsPosted
|
|
exists
|
|
}
|
|
}
|