Наследование: extends Youshido\GraphQL\Type\Object\AbstractMutationObjectType
Пример #1
0
 public function testMutationObjectClass()
 {
     $mutation = new TestMutationObjectType();
     $this->assertEquals(new StringType(), $mutation->getType());
 }