ChilliCream / graphql-workshop

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

Fix TrackQueries method naming GetSessionsByIdAsync to GetTracksByIdAsync #20

Closed wj18sawy closed 3 years ago

wj18sawy commented 3 years ago

Issue #19

Seems like TrackQueries.GetSessionsByIdAsync should be GetTracksByIdAsync. Issue found in sessions 4-8

Also docs for session 4 in "Offer plural versions fields and be precise about field names" step 6 after adding the track queries says "6. Again, head over to the Startup.cs and register the SessionQueries with the schema builder." when it was already added in step 4 "4. Register the SessionQueries with the schema builder which is located in the Startup.cs" and likely should've been "6. Again, head over to the Startup.cs and register the TrackQueries with the schema builder."

michaelstaib commented 3 years ago

Thank you for your help.