Updated book for master ***NO_CI***
This commit is contained in:
parent
1c9eb155cb
commit
862e2d149f
4 changed files with 4 additions and 4 deletions
|
@ -317,7 +317,7 @@ type Schema = juniper::RootNode<'static, Query, Mutation, EmptySubscription&l
|
|||
# #[macro_use] extern crate juniper;
|
||||
use juniper::{
|
||||
graphql_object, EmptyMutation, EmptySubscription, FieldResult,
|
||||
GraphQLEnum, Variables,
|
||||
GraphQLEnum, Variables, graphql_value,
|
||||
};
|
||||
|
||||
#[derive(GraphQLEnum, Clone, Copy)]
|
||||
|
|
|
@ -272,7 +272,7 @@ type Schema = juniper::RootNode<'static, Query, Mutation, EmptySubscription&l
|
|||
# #[macro_use] extern crate juniper;
|
||||
use juniper::{
|
||||
graphql_object, EmptyMutation, EmptySubscription, FieldResult,
|
||||
GraphQLEnum, Variables,
|
||||
GraphQLEnum, Variables, graphql_value,
|
||||
};
|
||||
|
||||
#[derive(GraphQLEnum, Clone, Copy)]
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue