You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today I've tried to update to SilverStripe 4.10 on a project using this module.
This updates uses silverstripe/graphql:4.0.0-alpha3
Since this update, the fatal error will show up when running a dev/build;
Fatal error: Uncaught Error: Class 'SilverStripe\GraphQL\QueryCreator' not found in /app/vendor/gorriecoe/silverstripe-link/src/graphql/LinkQueryCreator.php:16
For now, my knowledge of GraphQL is too low to directly fix this issue and submit a PR.
Because of this, I've decided to create a issue to make sure this issue is reported inside the module.e
The text was updated successfully, but these errors were encountered:
Hi there,
Today I've tried to update to SilverStripe 4.10 on a project using this module.
This updates uses
silverstripe/graphql:4.0.0-alpha3
Since this update, the fatal error will show up when running a
dev/build
;I'm afraid its required to update to GraphQL 4 (see https://docs.silverstripe.org/en/4/developer_guides/graphql/upgrading/).
For now, my knowledge of GraphQL is too low to directly fix this issue and submit a PR.
Because of this, I've decided to create a issue to make sure this issue is reported inside the module.e
The text was updated successfully, but these errors were encountered: