Files
Signal-Server/service/src/main/graphql/braintree/CreatePayPalBillingAgreement.graphql
2023-01-17 12:20:17 -06:00

7 lines
181 B
GraphQL

mutation CreatePayPalBillingAgreement($input: CreatePayPalBillingAgreementInput!) {
createPayPalBillingAgreement(input: $input) {
approvalUrl,
billingAgreementToken
}
}