ChilliCream / graphql-workshop

Getting started with GraphQL on ASP.NET Core and Hot Chocolate - Workshop
465 stars 199 forks source link

Fix mismatched curly brackets in 3-schema-design.md SessionDataLoader… #114

Closed pwernicke closed 2 weeks ago

pwernicke commented 2 weeks ago

…s code snippet

The class-closing bracket occurred after the first method leaving the remaining methods outside of the scope of a class. This moves the class-closing bracket to the end of the code snippet.

CLAassistant commented 2 weeks ago

CLA assistant check
All committers have signed the CLA.

glen-84 commented 2 weeks ago

Thanks!