GraphQL\Tests\Validator\UniqueInputFieldNamesTest::testMultipleInputObjectFields PHP Method

testMultipleInputObjectFields() public method

    public function testMultipleInputObjectFields()
    {
        $this->expectPassesRule(new UniqueInputFieldNames(), '
      {
        field(arg: { f1: "value", f2: "value", f3: "value" })
      }
        ');
    }