Changes.
This commit is contained in:
parent
c6ac0bdcef
commit
001cabc9e9
2 changed files with 1 additions and 2 deletions
|
@ -664,7 +664,6 @@ where
|
|||
S: ScalarValue,
|
||||
QueryT: GraphQLType<S, Context = CtxT>,
|
||||
MutationT: GraphQLType<S, Context = CtxT>,
|
||||
for<'c> &'c S: ScalarRefValue<'c>,
|
||||
{
|
||||
let mut fragments = vec![];
|
||||
for def in document.iter() {
|
||||
|
|
|
@ -228,7 +228,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
execute_validated_query(document, operation_name, root_node, variables, context)
|
||||
execute_validated_query(&document, operation, root_node, variables, context)
|
||||
}
|
||||
|
||||
/// Execute a query in a provided schema
|
||||
|
|
Loading…
Reference in a new issue