Inheritance: extends Youshido\GraphQL\Type\ListType\AbstractListType
Example #1
0
 public function testStandaloneClass()
 {
     $listType = new TestListType();
     $this->assertEquals(new StringType(), $listType->getNamedType());
 }