Skip to content

Commit 923a322

Browse files
committed
fix(EntityUrl): Fix context data type to be string (#1291)
1 parent 1134c1d commit 923a322

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Plugin/GraphQL/DataProducer/Entity/EntityUrl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* "entity" = @ContextDefinition("entity",
2020
* label = @Translation("Entity")
2121
* ),
22-
* "rel" = @ContextDefinition("any",
22+
* "rel" = @ContextDefinition("string",
2323
* label = @Translation("Relationship type"),
2424
* description = @Translation("The relationship type, e.g. canonical"),
2525
* required = FALSE

0 commit comments

Comments
 (0)