feat: Implement getTrialStatus graphQL query
This commit is contained in:
@@ -40,6 +40,7 @@ type Query {
|
||||
getBillingAndUsage: GetBillingAndUsage
|
||||
getInvoices: [Invoice]
|
||||
getAutomatischInfo: GetAutomatischInfo
|
||||
getTrialStatus: GetTrialStatus
|
||||
healthcheck: AppHealth
|
||||
}
|
||||
|
||||
@@ -474,6 +475,10 @@ type GetAutomatischInfo {
|
||||
isCloud: Boolean
|
||||
}
|
||||
|
||||
type GetTrialStatus {
|
||||
expireAt: String
|
||||
}
|
||||
|
||||
type GetBillingAndUsage {
|
||||
subscription: Subscription
|
||||
usage: Usage
|
||||
|
Reference in New Issue
Block a user