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 649e4b5 commit 48638d7Copy full SHA for 48638d7
src/SDK/Language/GraphQL.php
@@ -38,7 +38,7 @@ public function getTypeName(array $parameter, array $spec = []): string
38
$type = '[' . $this->getTypeName($parameter['array']) . ']';
39
break;
40
}
41
- $type = 'Json';
+ $type = 'Json';
42
43
case self::TYPE_OBJECT:
44
$type = 'JSON';
0 commit comments