OBJECT
RecurlyConfigs
link GraphQL Schema definition
1 type RecurlyConfigs { 2 3 # For interacting with the Braintree gateway and Paypal (supported by Recurly). 4 : String! 5 6 # For interacting with Pay With Amazon gateway (supported by Recurly). 7 : PayWithAmazonConfigs! 8 9 # Sent to Recurly to identify requests. 10 : String! 11 12 }