Merge pull request #1719 from automatisch/AUT-831

refactor: rewrite useSubscription with RQ
This commit is contained in:
Ali BARIN
2024-03-15 13:23:06 +01:00
committed by GitHub
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
}
}
`;