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