diff --git a/juniper/src/lib.rs b/juniper/src/lib.rs index 13b83985..e0c85866 100644 --- a/juniper/src/lib.rs +++ b/juniper/src/lib.rs @@ -249,7 +249,7 @@ where CtxT: Send + Sync, { let document = parse_document_source(document_source, &root_node.schema)?; - + let operation = get_operation(&document, operation_name)?; {