Merge pull request #1718 from automatisch/AUT-830

refactor: rewrite useInvoices with RQ
This commit is contained in:
Ali BARIN
2024-03-15 13:22:21 +01:00
committed by GitHub
6 changed files with 24 additions and 52 deletions

View File

@@ -26,7 +26,6 @@ type Query {
getBillingAndUsage: GetBillingAndUsage
getCurrentUser: User
getConfig(keys: [String]): JSONObject
getInvoices: [Invoice]
getPermissionCatalog: PermissionCatalog
getNotifications: [Notification]
getSamlAuthProvider: SamlAuthProvider
@@ -651,14 +650,6 @@ type Usage {
task: Int
}
type Invoice {
id: Int
amount: Float
currency: String
payout_date: String
receipt_url: String
}
type ListSamlAuthProvider {
id: String
name: String