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

@@ -1,8 +0,0 @@
import { gql } from '@apollo/client';
export const GET_TRIAL_STATUS = gql`
query GetTrialStatus {
getTrialStatus {
expireAt
}
}
`;