apollo-federation-php icon indicating copy to clipboard operation
apollo-federation-php copied to clipboard

🌍 A PHP implementation of the Apollo Federation specification

Results 12 apollo-federation-php issues
Sort by recently updated
recently updated
newest added

Regarding the following line we experienced some trouble because the root of our subgraph is called `RootQuery` and not just `Query`. While this in general is no problem it is...

Hi I have a product entity ``` new EntityRefObjectType([ 'name' => 'Product', 'keyFields' => ['id'], 'fields' => [ 'id' => fn() => [ 'description' => 'The ID of the Product.',...