mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 04:46:04 +03:00
commit
0070cb4039
@ -9,6 +9,6 @@ class BooleanValueNode extends Node implements ValueNode
|
||||
/** @var string */
|
||||
public $kind = NodeKind::BOOLEAN;
|
||||
|
||||
/** @var string */
|
||||
/** @var bool */
|
||||
public $value;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user