feat: show payment portal information
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { gql } from '@apollo/client';
|
||||
|
||||
export const GET_PAYMENT_PORTAL_URL = gql`
|
||||
query GetPaymentPortalUrl {
|
||||
getPaymentPortalUrl {
|
||||
url
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
Reference in New Issue
Block a user