Skip to content
Snippets Groups Projects

Allow SchemaExtension plugins to be prioritized.

Merged Pieter Frenssen requested to merge issue/graphql-3492221:3492221-allow-to-override into 8.x-4.x
Files
14
@@ -41,6 +41,15 @@ class SchemaExtension extends Plugin {
*/
public $schema;
/**
* The priority of the extension.
*
* Plugins with higher priority will be executed first.
*
* @var int
*/
public $priority = 0;
/**
* SchemaExtension constructor.
*
Loading