daffodil
daffodil copied to clipboard
[FEAT] Injectable driver fragments
:bulb: Feature request
Feature Name
Injectable driver fragments
The Desired Behavior
I want all graphql drivers to support custom user fragments.
Your Use Case
As an app dev, I would like to request custom data from the backend.
Prior Work
Cart and product already do this. The root level entity should at least support this, adding additional injection points is up to the specific driver.
- [x] #2827
#2689 and this can possibly be combined into a larger feature for additional reduction of boilerplate and stronger opinions. Should every entity that supports injectable fragments also have injectable transforms and vice versa?