Updated book for master ***NO_CI***

This commit is contained in:
Juniper Bot 2020-07-14 20:07:30 +00:00
parent dacaf1a6b6
commit fdae633c31
4 changed files with 4 additions and 4 deletions

View file

@ -603,7 +603,7 @@ struct Person {
/// Doc comments are used as descriptions for GraphQL.
#[juniper::graphql_object(
// With this attribtue you can change the public GraphQL name of the type.
// With this attribute you can change the public GraphQL name of the type.
name = "PersonObject",
// You can also specify a description here, which will overwrite
// a doc comment description.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -207,7 +207,7 @@ struct Person {
/// Doc comments are used as descriptions for GraphQL.
#[juniper::graphql_object(
// With this attribtue you can change the public GraphQL name of the type.
// With this attribute you can change the public GraphQL name of the type.
name = "PersonObject",
// You can also specify a description here, which will overwrite
// a doc comment description.