mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 09:48:05 +01:00
8 lines
179 B
GraphQL
8 lines
179 B
GraphQL
mutation TokenizePayPalBillingAgreement($input: TokenizePayPalBillingAgreementInput!) {
|
|
tokenizePayPalBillingAgreement(input: $input) {
|
|
paymentMethod {
|
|
id
|
|
}
|
|
}
|
|
}
|