Skip to content

chore: Bump symfony/process to 5.4.51#46

Open
elliotcleary-wpe wants to merge 2 commits intomainfrom
ORN-3825
Open

chore: Bump symfony/process to 5.4.51#46
elliotcleary-wpe wants to merge 2 commits intomainfrom
ORN-3825

Conversation

@elliotcleary-wpe
Copy link

@elliotcleary-wpe elliotcleary-wpe commented Feb 27, 2026

@elliotcleary-wpe elliotcleary-wpe requested a review from a team as a code owner February 27, 2026 14:50
*/
require_once dirname( __DIR__ ) . '/wp-graphql/vendor/webonyx/graphql-php/src/Error/ClientAware.php';
// Load composer autoloader for dependencies
if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think we deliberately wanted to avoid using composer autoload Please see here

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahh ok i can revert that, i was trying to get it to work locally

*/
public function apply_recursive_filter_resolver( array $query_args, AbstractConnectionResolver $connection_resolver ): array {
$args = $connection_resolver->getArgs();
$args = $connection_resolver->get_args();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice catch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants