refactor: rewrite useUserTrial with RQ
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user