Closed
Description
Describe the bug
The code block
juniper/juniper_hyper/src/lib.rs
Lines 225 to 229 in a648dd7
seems to be missing a statement where operation_name would be set to
Some(value)
.
To Reproduce
Steps to reproduce the behavior:
Just read through code. See the variable is defined a None
and nowhere is being set.