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,
|
S: ScalarValue,
|
||||||
QueryT: GraphQLType<S, Context = CtxT>,
|
QueryT: GraphQLType<S, Context = CtxT>,
|
||||||
MutationT: GraphQLType<S, Context = CtxT>,
|
MutationT: GraphQLType<S, Context = CtxT>,
|
||||||
for<'c> &'c S: ScalarRefValue<'c>,
|
|
||||||
{
|
{
|
||||||
let mut fragments = vec![];
|
let mut fragments = vec![];
|
||||||
for def in document.iter() {
|
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
|
/// Execute a query in a provided schema
|
||||||
|
|
Loading…
Add table
Reference in a new issue