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 646fef1 commit 82bd7cfCopy full SHA for 82bd7cf
1 file changed
src/Type/Definition/InputObjectType.php
@@ -18,8 +18,8 @@
18
* @phpstan-type InputObjectConfig array{
19
* name?: string|null,
20
* description?: string|null,
21
- * fields: iterable<FieldConfig>|callable(): iterable<FieldConfig>,
22
* isOneOf?: bool|null,
+ * fields: iterable<FieldConfig>|callable(): iterable<FieldConfig>,
23
* parseValue?: ParseValueFn|null,
24
* astNode?: InputObjectTypeDefinitionNode|null,
25
* extensionASTNodes?: array<InputObjectTypeExtensionNode>|null
0 commit comments