As a developer,
I want to integrate HotChocolate into the application,
So that I can expose data via GraphQL queries and mutations efficiently.
Acceptance Criteria:
- The /graphql endpoint is available and serves a basic schema with at least one query and one mutation.
- The integration works with the existing ASP.NET Core pipeline.
- GraphQL queries return data correctly, and mutations perform updates as expected.
As a developer,
I want to integrate HotChocolate into the application,
So that I can expose data via GraphQL queries and mutations efficiently.
Acceptance Criteria: