Skip to content

Commit 82bd7cf

Browse files
committed
- move isOneOf below description, above fields
1 parent 646fef1 commit 82bd7cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Type/Definition/InputObjectType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
* @phpstan-type InputObjectConfig array{
1919
* name?: string|null,
2020
* description?: string|null,
21-
* fields: iterable<FieldConfig>|callable(): iterable<FieldConfig>,
2221
* isOneOf?: bool|null,
22+
* fields: iterable<FieldConfig>|callable(): iterable<FieldConfig>,
2323
* parseValue?: ParseValueFn|null,
2424
* astNode?: InputObjectTypeDefinitionNode|null,
2525
* extensionASTNodes?: array<InputObjectTypeExtensionNode>|null

0 commit comments

Comments
 (0)