refactor: rewrite useUserTrial with RQ

This commit is contained in:
Rıdvan Akca
2024-03-13 17:34:55 +03:00
parent 3aa86eebf2
commit 925dd06432
8 changed files with 48 additions and 150 deletions

View File

@@ -28,7 +28,6 @@ type Query {
getPermissionCatalog: PermissionCatalog
getNotifications: [Notification]
getSamlAuthProviderRoleMappings(id: String!): [SamlAuthProvidersRoleMapping]
getTrialStatus: GetTrialStatus
getUsers(limit: Int!, offset: Int!): UserConnection
listSamlAuthProviders: [ListSamlAuthProvider]
}
@@ -601,10 +600,6 @@ type License {
verified: Boolean
}
type GetTrialStatus {
expireAt: String
}
type GetBillingAndUsage {
subscription: Subscription
usage: Usage