mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 12:28:05 +01:00
9 lines
263 B
GraphQL
9 lines
263 B
GraphQL
# https://graphql.braintreepayments.com/reference/#Mutation--tokenizePayPalOneTimePayment
|
|
mutation TokenizePayPalOneTimePayment($input: TokenizePayPalOneTimePaymentInput!) {
|
|
tokenizePayPalOneTimePayment(input: $input) {
|
|
paymentMethod {
|
|
id
|
|
}
|
|
}
|
|
}
|