feat: add trial status badge in appbar
This commit is contained in:
9
packages/web/src/graphql/queries/get-trial-status.ee.ts
Normal file
9
packages/web/src/graphql/queries/get-trial-status.ee.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { gql } from '@apollo/client';
|
||||
|
||||
export const GET_TRIAL_STATUS = gql`
|
||||
query GetTrialStatus {
|
||||
getTrialStatus {
|
||||
expireAt
|
||||
}
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user