mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-04 05:03:31 +03:00
Additional test case for input type fields definition as closure
This commit is contained in:
parent
d37fb34e96
commit
201fb7754f
1 changed files with 1 additions and 0 deletions
|
@ -433,6 +433,7 @@ class DefinitionTest extends \PHPUnit_Framework_TestCase
|
|||
$this->assertSame($inputObject, $schema->getType('InputObject'));
|
||||
$this->assertEquals(count($inputObject->getFields()), 2);
|
||||
$this->assertSame($inputObject->getField('nested')->getType(), $inputObject);
|
||||
$this->assertSame($someMutation->getField('mutateSomething')->getArg('input')->getType(), $inputObject);
|
||||
}
|
||||
|
||||
public function testInterfaceTypeAllowsRecursiveDefinitions()
|
||||
|
|
Loading…
Add table
Reference in a new issue