Initial commit from monorepo
This commit is contained in:
8
graphql/operations/team/billing/GetTeamBalance.graphql
Normal file
8
graphql/operations/team/billing/GetTeamBalance.graphql
Normal file
@@ -0,0 +1,8 @@
|
||||
query GetTeamBalance {
|
||||
teamBalance {
|
||||
balance
|
||||
creditsPosted
|
||||
debitsPosted
|
||||
exists
|
||||
}
|
||||
}
|
||||
11
graphql/operations/team/billing/GetTeamTransactions.graphql
Normal file
11
graphql/operations/team/billing/GetTeamTransactions.graphql
Normal file
@@ -0,0 +1,11 @@
|
||||
query GetTeamTransactions($limit: Int) {
|
||||
teamTransactions(limit: $limit) {
|
||||
id
|
||||
amount
|
||||
timestamp
|
||||
code
|
||||
codeName
|
||||
direction
|
||||
counterpartyUuid
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user