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 f00368d commit 28e6902Copy full SHA for 28e6902
src/Config/Parser/GraphQL/ASTConverter/ObjectNode.php
@@ -12,6 +12,11 @@ class ObjectNode implements NodeInterface
12
{
13
protected const TYPENAME = TypeEnum::OBJECT;
14
15
+ /**
16
+ * @param ObjectTypeDefinitionNode $node
17
+ *
18
+ * @return array<string,mixed>
19
+ */
20
public static function toConfig(Node $node): array
21
22
return [
0 commit comments