feat: show payment portal information

This commit is contained in:
Ali BARIN
2023-03-06 19:42:41 +00:00
parent dbeeb61cc5
commit 5e7b4bfe45
7 changed files with 73 additions and 7 deletions

View File

@@ -0,0 +1,10 @@
import { gql } from '@apollo/client';
export const GET_PAYMENT_PORTAL_URL = gql`
query GetPaymentPortalUrl {
getPaymentPortalUrl {
url
}
}
`;