We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edafa51 commit 3a56634Copy full SHA for 3a56634
app/code/Magento/BraintreeGraphQl/etc/schema.graphqls
@@ -11,9 +11,9 @@ input PaymentMethodInput {
11
}
12
13
input BraintreeInput {
14
- payment_method_nonce: String!
15
- is_active_payment_token_enabler: Boolean!
16
- device_data: String
+ payment_method_nonce: String! @doc(description:"Required input for Braintrees payments")
+ is_active_payment_token_enabler: Boolean! @doc(description:"Required input for Braintrees payments")
+ device_data: String @doc(description:"Additional information for Braintrees payments")
17
18
19
input BraintreeCcVaultInput {
0 commit comments