Type |
New Feature
|
Priority |
Normal
|
Assignee | |
Version |
none
|
Sprints |
n/a
|
Customer |
n/a
|
Issue Votes (0)
Type |
New Feature
|
Priority |
Normal
|
Assignee | |
Version |
none
|
Sprints |
n/a
|
Customer |
n/a
|
Issue 8: Implement GraphQL interface
Description: Expose a GraphQL endpoint at
/graphql
using Spring GraphQL. This will provide an alternative to REST for flexible, client-driven queries.Tasks:
.graphqls
) for:@SchemaMapping
or@QueryMapping
-based resolvers backed by existing service/repository layers/graphql
endpoint (if applicable)Estimated Effort: 6 hours
Goal: Support front-end or external clients that prefer a flexible query model, while continuing to support REST for internal usage.