mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-04 21:23:31 +03:00
Fix internal directives
This commit is contained in:
parent
a01b089058
commit
1ac5af1d8b
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue