3 declare(strict_types=1);
60 if (is_null($this->query)) {
62 $data = $this->
raw(self::FIELD_QUERY);
66 $this->query = (string) $data;
78 if (is_null($this->operationName)) {
80 $data = $this->
raw(self::FIELD_OPERATION_NAME);
84 $this->operationName = (string) $data;
96 if (is_null($this->variables)) {
98 $data = $this->
raw(self::FIELD_VARIABLES);