Tags: Skillshare/apollo-federation-php
Tags
feat: entity type customization, type loader support (#33) * feat: entity type customization, type loader support * feat: lazy union type loading * Update README.md Co-authored-by: Tom Carrio <tom@carrio.dev> * fix: type docs updating --------- Co-authored-by: Tom Carrio <tom@carrio.dev>
fix: remove entity typename = ref typename (#19) * fix:remove entity typename = ref typename * fix:reverted back to see if errors are gone * Fix:removed entity typename = ref typename * removed tests for resolvingEntitiesToRef and testForCustomerResolver because they fail without entity object having an typename * fix:Readded test for referenceResolver and added typename to entity in getEpisodeType * fix: put back previously deleted test * refactor: made code to create entity shorter
feat: Set the resolve function in the config. (#14) * set the resolve function in the federated schema * add import for missing type (wasn't causing runtime failure) * check that the resolver is callable * add a type hint Co-authored-by: Matt Yannascoli <matt.yannascoli@skillshare.com>
fix(FederatedSchemaPrinter): Skip printing Mutation type on empty (#12) * fix(FederatedSchemaPrinter): Skip printing Mutation type on empty * fix: Remove specificity Co-authored-by: Katy Ereira <katy@skillshare.com> Co-authored-by: Katy Ereira <katy@skillshare.com>
PreviousNext