Merge pull request #1719 from automatisch/AUT-831

refactor: rewrite useSubscription with RQ
This commit is contained in:
Ali BARIN
2024-03-15 13:23:06 +01:00
committed by GitHub
7 changed files with 46 additions and 57 deletions

View File

@@ -30,7 +30,6 @@ type Query {
getNotifications: [Notification]
getSamlAuthProvider: SamlAuthProvider
getSamlAuthProviderRoleMappings(id: String!): [SamlAuthProvidersRoleMapping]
getSubscriptionStatus: GetSubscriptionStatus
getTrialStatus: GetTrialStatus
getUser(id: String!): User
getUsers(limit: Int!, offset: Int!): UserConnection
@@ -609,10 +608,6 @@ type GetTrialStatus {
expireAt: String
}
type GetSubscriptionStatus {
cancellationEffectiveDate: String
}
type GetBillingAndUsage {
subscription: Subscription
usage: Usage