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
You could modify the schema pipeline and remove absinthe_federation pipeline phases and replace them with your own. Not sure if our pipelines give the right granularity to just remove that one field but we could change that to make it easier
Interesting, I will give it a shot. It might be interesting to have a way to opt out of the federation phases. Or maybe that is just a matter of not using this package, and explicitly declare the _Entity interface and the _entities root field...
Feel free to close if the opt-out feature is not interesting for you.
As of now, the middleware for the generated
_entities
field is hardcoded to be theAbsinthe.Federation.Schema.EntitiesField
module (https://github.com/DivvyPayHQ/absinthe_federation/blob/v0.3.2/lib/absinthe/federation/schema/entities_field.ex#L80).Is there a way to plug another middleware there in its place?
The text was updated successfully, but these errors were encountered: