Signal-Server/service/src/main/graphql/braintree/CreatePayPalBillingAgreemen...

7 lines
181 B
GraphQL

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