Dwipraj

Results 1 issues of Dwipraj

After _**upgrading**_ [Session #6's](https://github.com/ChilliCream/graphql-workshop/tree/master/code/session-6) HotChocolate.AspNetCore and HotChocolate.Data to version _**12.4.1**_ running ```graphql query GetSessionsContaining2InTitle { sessions(where: { title: { contains: "2" } }) { nodes { title } } }...