"Fossies" - the Fresh Open Source Software Archive

Member "Signal-Server-11.17.0/service/src/main/graphql/braintree/TokenizePayPalOneTimePayment.graphql" (30 Nov 2023, 263 Bytes) of package /linux/www/Signal-Server-11.17.0.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 # https://graphql.braintreepayments.com/reference/#Mutation--tokenizePayPalOneTimePayment
    2 mutation TokenizePayPalOneTimePayment($input: TokenizePayPalOneTimePaymentInput!) {
    3   tokenizePayPalOneTimePayment(input: $input) {
    4     paymentMethod {
    5       id
    6     }
    7   }
    8 }