Updated book for master ***NO_CI***

This commit is contained in:
Juniper Bot 2020-12-28 18:04:30 +00:00
parent 1c9eb155cb
commit 862e2d149f
4 changed files with 4 additions and 4 deletions

View file

@ -317,7 +317,7 @@ type Schema = juniper::RootNode<'static, Query, Mutation, EmptySubscription&l
# #[macro_use] extern crate juniper; # #[macro_use] extern crate juniper;
use juniper::{ use juniper::{
graphql_object, EmptyMutation, EmptySubscription, FieldResult, graphql_object, EmptyMutation, EmptySubscription, FieldResult,
GraphQLEnum, Variables, GraphQLEnum, Variables, graphql_value,
}; };
#[derive(GraphQLEnum, Clone, Copy)] #[derive(GraphQLEnum, Clone, Copy)]

View file

@ -272,7 +272,7 @@ type Schema = juniper::RootNode<'static, Query, Mutation, EmptySubscription&l
# #[macro_use] extern crate juniper; # #[macro_use] extern crate juniper;
use juniper::{ use juniper::{
graphql_object, EmptyMutation, EmptySubscription, FieldResult, graphql_object, EmptyMutation, EmptySubscription, FieldResult,
GraphQLEnum, Variables, GraphQLEnum, Variables, graphql_value,
}; };
#[derive(GraphQLEnum, Clone, Copy)] #[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