mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove admin creationTransactionList
This commit is contained in:
parent
77a415236e
commit
d370f106e0
@ -1,23 +0,0 @@
|
|||||||
import gql from 'graphql-tag'
|
|
||||||
|
|
||||||
export const creationTransactionList = gql`
|
|
||||||
query ($currentPage: Int = 1, $pageSize: Int = 25, $order: Order = DESC, $userId: Int!) {
|
|
||||||
creationTransactionList(
|
|
||||||
currentPage: $currentPage
|
|
||||||
pageSize: $pageSize
|
|
||||||
order: $order
|
|
||||||
userId: $userId
|
|
||||||
) {
|
|
||||||
contributionCount
|
|
||||||
contributionList {
|
|
||||||
id
|
|
||||||
amount
|
|
||||||
createdAt
|
|
||||||
confirmedAt
|
|
||||||
contributionDate
|
|
||||||
memo
|
|
||||||
state
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
`
|
|
||||||
Loading…
x
Reference in New Issue
Block a user