disconecting expiry time and savings

This commit is contained in:
José Salazar
2026-01-26 18:39:22 -05:00
parent 57ea214871
commit d67dfd6f2f
14 changed files with 16639 additions and 16551 deletions

View File

@@ -8,6 +8,7 @@ query listAccounts @auth(level: USER) {
ownerId
accountNumber
routeNumber
expiryTime
createdAt
}
}
@@ -22,6 +23,7 @@ query getAccountById($id: UUID!) @auth(level: USER) {
ownerId
accountNumber
routeNumber
expiryTime
createdAt
}
}
@@ -36,6 +38,7 @@ query getAccountsByOwnerId($ownerId: UUID!) @auth(level: USER) {
ownerId
accountNumber
routeNumber
expiryTime
createdAt
}
}
@@ -61,6 +64,7 @@ query filterAccounts(
isPrimary
ownerId
accountNumber
expiryTime
routeNumber
}
}