You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GraphQL is becoming a common approach for aggregating queries from frontends to backend services. TID should provide GraphQL support, initially focusing on Istio Ingress Gateway.
Potential Work Items:
Define an API, e.g. CRD, for configuring/managing a GraphQL implementation, i.e. Apollo, but not lock the API to a specific implementation.
Allow developers to store GraphQL schemas as code, observe usage and publish information.
Create a GraphQL schema generator. Consider using the TSB OpenAPI generator as a reference implementation for the GraphQL schema generator.
GraphQL is becoming a common approach for aggregating queries from frontends to backend services. TID should provide GraphQL support, initially focusing on Istio Ingress Gateway.
Potential Work Items:
cc: @zinuga
The text was updated successfully, but these errors were encountered: