-
Notifications
You must be signed in to change notification settings - Fork 202
Allow dynamic entity reference #476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## 8.x-3.x #476 +/- ##
===========================================
- Coverage 80.07% 79.88% -0.19%
===========================================
Files 239 239
Lines 3553 3674 +121
===========================================
+ Hits 2845 2935 +90
- Misses 708 739 +31
Continue to review full report at Codecov.
|
I tried this PR but got different error than before, shown below. The website encountered an unexpected error. Please try again later.
Drupal\graphql\GraphQL\Execution\QueryProcessor->processQuery('default', ' query IntrospectionQuery {
Drupal\graphql\GraphQL\Utility\Introspection->introspect('default') (Line: 78) |
@captaindav That error is not related to this pull request but the upgrade of the youshido/graphql library. You can't just go into the graphql module directory and do a "git pull". You need to actually install the module again like so: "composer require drupal/graphql:3.x-dev" and THEN apply the patch. Alternative: Cherry pick the pull request's commit onto your current version with git. I'd suggest the first option though :) |
212bbf4
to
d578aac
Compare
Tested with the outline module. Works! |
No description provided.