builds backend initated
This commit is contained in:
@@ -13,11 +13,17 @@ export async function POST(request: Request) {
|
||||
query BuildIbans($input: ListArguments!) {
|
||||
buildIbans(input: $input) {
|
||||
data {
|
||||
_id
|
||||
uuid
|
||||
iban
|
||||
startDate
|
||||
stopDate
|
||||
bankCode
|
||||
xcomment
|
||||
createdAt
|
||||
updatedAt
|
||||
expiryStarts
|
||||
expiryEnds
|
||||
}
|
||||
totalCount
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user