With the last update of WP GraphQL, the plugin started giving this error:
Fatal error: Uncaught Error: Call to undefined function WPGraphQL\graphql_get_endpoint()
{main} thrown in /wp-content/plugins/wp-graphql/src/Router.php on line 54
However, if I disable wp-graphql-widgets, wordpress works normally.
In my first analysis (very quick) I identified that WP-Graphql changed the graphqlEndpoint.
this change came in version 1.12, until version 1.11.3 is working properly
With the last update of WP GraphQL, the plugin started giving this error:
Fatal error: Uncaught Error: Call to undefined function WPGraphQL\graphql_get_endpoint()
{main} thrown in /wp-content/plugins/wp-graphql/src/Router.php on line 54
However, if I disable wp-graphql-widgets, wordpress works normally.
In my first analysis (very quick) I identified that WP-Graphql changed the graphqlEndpoint.
this change came in version 1.12, until version 1.11.3 is working properly