I want to extend graphql mutation so that I can make one field optional in the input params in braintree module. Below is the file path
Core GraphQL Schema File: vendor\paypal\module-braintree-graph-ql\etc\schema.graphqls
Input Params: BraintreeInput
If you see there are payment nonce mandatory in the Input params. We have requirement to by pass that and make payment nonce optional. I have written my own module for the same. I just want to know how I can do that?