feat: make payment plans dynamic
This commit is contained in:
12
packages/web/src/graphql/queries/get-payment-plans.ee.ts
Normal file
12
packages/web/src/graphql/queries/get-payment-plans.ee.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
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