48 add yearly monthly sub switch (#4577)

This commit is contained in:
martmull
2024-03-21 10:47:25 +01:00
committed by GitHub
parent db25d331c1
commit 8e4123e772
14 changed files with 284 additions and 25 deletions

View File

@ -0,0 +1,9 @@
import { gql } from '@apollo/client';
export const UPDATE_BILLING_SUBSCRIPTION = gql`
mutation UpdateBillingSubscription {
updateBillingSubscription {
success
}
}
`;