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
Federated superGraph allows composing multiple services. pg_graphql would be an ideal addition to the Apollo federation ecosystem as it allows to quickly add a Posgresql DB.
Also, Apollo provides a lot of advanced services for GraphQL schema maintenance.
Design
Federation Specification. I do not know pg_graphql implementation details. But seems that the most important needed functionalities (unique global nodeId resolution) already exist. Maybe that not much is needed to add @Key directives to nodeId and generate Entities union.
The text was updated successfully, but these errors were encountered:
Summary
Support Apollo Federation. This requires to comply with the Federation Specification
Rationale
Federated superGraph allows composing multiple services.
pg_graphql
would be an ideal addition to the Apollo federation ecosystem as it allows to quickly add a Posgresql DB.Also, Apollo provides a lot of advanced services for GraphQL schema maintenance.
Design
Federation Specification. I do not know
pg_graphql
implementation details. But seems that the most important needed functionalities (unique globalnodeId
resolution) already exist. Maybe that not much is needed to add@Key
directives to nodeId and generate Entities union.The text was updated successfully, but these errors were encountered: