We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c356bb commit 8e4b807Copy full SHA for 8e4b807
src/Plugin/GraphQL/DataProducer/EntityDefinition/Fields/DefaultValue.php
@@ -39,6 +39,7 @@ public function resolve(FieldDefinitionInterface $entity_definition_field) {
39
if (is_array($default_value)) {
40
switch ($entity_definition_field->getType()) {
41
case 'list_integer':
42
+ case 'list_string':
43
case 'text_long':
44
return $default_value ? $default_value[0]['value'] : NULL;
45
0 commit comments