Initial commit from monorepo
This commit is contained in:
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