mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
set defaults for transcation link list filters in query
This commit is contained in:
parent
2c67d5f5fe
commit
7ee664b8c8
@ -2,7 +2,12 @@ import gql from 'graphql-tag'
|
||||
|
||||
export const listTransactionLinksAdmin = gql`
|
||||
query ($currentPage: Int = 1, $pageSize: Int = 5, $userId: Int!) {
|
||||
listTransactionLinksAdmin(currentPage: $currentPage, pageSize: $pageSize, userId: $userId) {
|
||||
listTransactionLinksAdmin(
|
||||
currentPage: $currentPage
|
||||
pageSize: $pageSize
|
||||
userId: $userId
|
||||
filters: { withRedeemed: true, withExpired: true, withDeleted: true }
|
||||
) {
|
||||
linkCount
|
||||
linkList {
|
||||
id
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user