You are here

public property GraphQLSchema::$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/GraphQLSchema.php, line 36

Class

GraphQLSchema
Annotation for GraphQL schema plugins.

Namespace

Drupal\graphql\Annotation

Code

public $weight = 0;