We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13fc0da commit 7818173Copy full SHA for 7818173
docs/book/content/types/objects/using_contexts.md
@@ -107,7 +107,7 @@ struct Database {
107
108
// Since we cannot directly implement juniper::Context
109
// for RwLock we use the newtype idiom
110
-struct DatabaseContext(RwLock<Database>)
+struct DatabaseContext(RwLock<Database>);
111
112
impl juniper::Context for DatabaseContext {}
113
0 commit comments