Updated book for master ***NO_CI***
This commit is contained in:
parent
dacaf1a6b6
commit
fdae633c31
4 changed files with 4 additions and 4 deletions
|
@ -603,7 +603,7 @@ struct Person {
|
||||||
|
|
||||||
/// Doc comments are used as descriptions for GraphQL.
|
/// Doc comments are used as descriptions for GraphQL.
|
||||||
#[juniper::graphql_object(
|
#[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",
|
name = "PersonObject",
|
||||||
// You can also specify a description here, which will overwrite
|
// You can also specify a description here, which will overwrite
|
||||||
// a doc comment description.
|
// 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
|
@ -207,7 +207,7 @@ struct Person {
|
||||||
|
|
||||||
/// Doc comments are used as descriptions for GraphQL.
|
/// Doc comments are used as descriptions for GraphQL.
|
||||||
#[juniper::graphql_object(
|
#[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",
|
name = "PersonObject",
|
||||||
// You can also specify a description here, which will overwrite
|
// You can also specify a description here, which will overwrite
|
||||||
// a doc comment description.
|
// a doc comment description.
|
||||||
|
|
Loading…
Reference in a new issue