- Issue created by @das-peter
- Merge request !37Issue #3537289: Uncaught exception when unset uri properties are requested → (Open) created by das-peter
I've the attribution module installed and exposed the Attribution fields via Graphql-Config.
When I query an entity with the Attribution field that has not all source links set I encounter the following response:
"debugMessage": "The URI '' is invalid. You must use a valid URI scheme.",
"message": "Internal server error",
"extensions": {
"category": "internal"
},
"locations": [
{
"line": 389,
"column": 11
}
],
\Drupal\graphql_core_schema\CoreComposableResolver::resolveItem()
should handle URL items like the other items in that if $result->getValue()
is NULL it returns a "default".
None
None
None.
Needs work
1.0
Code