thx for the plugin ! i have error when i activate the plugin (probably because i use new plugin for ACF wpgraphql idk)
For fix the error you need to change in src config.php
use WPGraphQL\ACF\LocationRules;
to
use WPGraphQL\Acf\LocationRules\LocationRules;
And after AcfLink make also a problem i have comment this case in the same file.
Hi,
thx for the plugin ! i have error when i activate the plugin (probably because i use new plugin for ACF wpgraphql idk) For fix the error you need to change in src config.php
use WPGraphQL\ACF\LocationRules;
touse WPGraphQL\Acf\LocationRules\LocationRules;
And after AcfLink make also a problem i have comment this case in the same file.