t3n/graphql-apollofederation
composer require t3n/graphql-apollofederation
Apollo Federation spec implementation for t3n.GraphQL
0.2.0
Readme excerpt
t3n.GraphQL.ApolloFederationSidecar package for t3n.GraphQL to implement the Apollo Federation specification within your GraphQL schema.
Simply install it via composer:
composer require "t3n/graphql-apollofederation"Note: This package is still under progress and might change in it's implementation
About Apollo FederationApollo Federation is an architecture for composing multiple GraphQL services into a single graph. This package provides all functionality to implement the specification to your endpoints so you can use your service with Apollo's tools.
AdjustmentsIn order to implement the specification you need do add some small adjustments to y…
Read more
The same vendor provides 11 package(s).