refactor: rewrite usePaddleInfo with RQ

This commit is contained in:
Rıdvan Akca
2024-03-12 17:21:44 +03:00
parent f07b6d105a
commit 7a8e8c1f3e
6 changed files with 36 additions and 40 deletions

View File

@@ -32,7 +32,6 @@ type Query {
getCurrentUser: User
getConfig(keys: [String]): JSONObject
getInvoices: [Invoice]
getPaddleInfo: GetPaddleInfo
getPaymentPlans: [PaymentPlan]
getPermissionCatalog: PermissionCatalog
getRole(id: String!): Role
@@ -683,11 +682,6 @@ type Usage {
task: Int
}
type GetPaddleInfo {
sandbox: Boolean
vendorId: Int
}
type Invoice {
id: Int
amount: Float