PHP 클래스 Youshido\GraphQL\Execution\Visitor\MaxComplexityQueryVisitor

상속: extends AbstractQueryVisitor
파일 보기 프로젝트 열기: youshido/graphql 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$maxScore max score allowed before throwing an exception (causing processing to stop)

보호된 프로퍼티들

프로퍼티 타입 설명
$defaultScore default score for nodes without explicit cost functions

공개 메소드들

메소드 설명
__construct ( integer $max ) MaxComplexityQueryVisitor constructor.
visit ( array $args, FieldConfig $fieldConfig, $childScore )

메소드 상세

__construct() 공개 메소드

MaxComplexityQueryVisitor constructor.
public __construct ( integer $max )
$max integer max allowed complexity score

visit() 공개 메소드

public visit ( array $args, FieldConfig $fieldConfig, $childScore )
$args array
$fieldConfig Youshido\GraphQL\Config\Field\FieldConfig

프로퍼티 상세

$defaultScore 보호되어 있는 프로퍼티

default score for nodes without explicit cost functions
protected $defaultScore

$maxScore 공개적으로 프로퍼티

max score allowed before throwing an exception (causing processing to stop)
public $maxScore