mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 03:38:07 +01:00
7 lines
181 B
GraphQL
7 lines
181 B
GraphQL
mutation CreatePayPalBillingAgreement($input: CreatePayPalBillingAgreementInput!) {
|
|
createPayPalBillingAgreement(input: $input) {
|
|
approvalUrl,
|
|
billingAgreementToken
|
|
}
|
|
}
|