"Fossies" - the Fresh Open Source Software Archive

Member "Signal-Server-11.29.0/service/src/main/graphql/braintree/VaultPaymentMethod.graphql" (8 Dec 2023, 143 Bytes) of package /linux/www/Signal-Server-11.29.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 mutation VaultPaymentMethod($input: VaultPaymentMethodInput!) {
    2   vaultPaymentMethod(input: $input) {
    3     paymentMethod {
    4       id
    5     }
    6   }
    7 }