You are here

public property GraphQLAnnotationBase::$weight in GraphQL 8.3

Weight for precedence calculations.

If multiple components with the same name are available, the highest weight wins.

Type: int

File

src/Annotation/GraphQLAnnotationBase.php, line 49

Class

GraphQLAnnotationBase
Annotation for GraphQL input type plugins.

Namespace

Drupal\graphql\Annotation

Code

public $weight = 0;