/home/techb158/ileadtechnology.com/vendor/braintree/braintree_php/lib/Braintree
Edit: /home/techb158/ileadtechnology.com/vendor/braintree/braintree_php/lib/Braintree/GraphQLClient.php (433B)
_service = new GraphQL($config);
}
public function query($definition, $variables = Null)
{
return $this->_service->request($definition, $variables);
}
}
class_alias('Braintree\GraphQLClient', 'Braintree_GraphQLClient');