mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-21 12:26:07 +03:00
Fix internal directives
This commit is contained in:
parent
a01b089058
commit
1ac5af1d8b
@ -20,8 +20,8 @@ class Directive
|
||||
public const DEPRECATED_NAME = 'deprecated';
|
||||
public const REASON_ARGUMENT_NAME = 'reason';
|
||||
|
||||
/** @var Directive[] */
|
||||
public static $internalDirectives = [];
|
||||
/** @var Directive[]|null */
|
||||
public static $internalDirectives;
|
||||
|
||||
// Schema Definitions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user