refactor: rewrite usePaymentPlans with RQ
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
import { gql } from '@apollo/client';
|
||||
export const GET_PAYMENT_PLANS = gql`
|
||||
query GetPaymentPlans {
|
||||
getPaymentPlans {
|
||||
name
|
||||
limit
|
||||
price
|
||||
productId
|
||||
}
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user