refactor: rewrite useSubscription with RQ

This commit is contained in:
Rıdvan Akca
2024-03-13 14:42:29 +03:00
parent 89ad685f3a
commit 70b8817643
7 changed files with 46 additions and 57 deletions

View File

@@ -1,8 +0,0 @@
import { gql } from '@apollo/client';
export const GET_SUBSCRIPTION_STATUS = gql`
query GetSubscriptionStatus {
getSubscriptionStatus {
cancellationEffectiveDate
}
}
`;