Skip to content

Commit fef9b2b

Browse files
jayzafubhy
authored andcommitted
Fixed so return type is not required for entity reference queries. (#721) (#726)
1 parent 92e6064 commit fef9b2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/graphql_core/src/Plugin/GraphQL/Fields/EntityReference/EntityReferenceQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @GraphQLField(
1212
* id = "entity_reference_query",
1313
* secure = true,
14-
* type = "EntityQueryResult!",
14+
* type = "EntityQueryResult",
1515
* arguments = {
1616
* "filter" = "EntityQueryFilterInput",
1717
* "sort" = "[EntityQuerySortInput]",

0 commit comments

Comments
 (0)