Expose inner value of GraphQLResponse.
This commit is contained in:
parent
f552654b6e
commit
5102a7ccd2
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ where
|
||||||
/// whether to send a 200 or 400 HTTP status code.
|
/// whether to send a 200 or 400 HTTP status code.
|
||||||
#[derive(Clone, Debug, PartialEq)]
|
#[derive(Clone, Debug, PartialEq)]
|
||||||
pub struct GraphQLResponse<S = DefaultScalarValue>(
|
pub struct GraphQLResponse<S = DefaultScalarValue>(
|
||||||
Result<(Value<S>, Vec<ExecutionError<S>>), GraphQLError>,
|
pub Result<(Value<S>, Vec<ExecutionError<S>>), GraphQLError>,
|
||||||
);
|
);
|
||||||
|
|
||||||
impl<S> GraphQLResponse<S>
|
impl<S> GraphQLResponse<S>
|
||||||
|
|
Loading…
Add table
Reference in a new issue