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
Dear Apollo community, all the examples around datasource topic are using inheritance to derive from e.g. RESTDataSource. I haven't seen any public example leveraging composition to tackle it. What are the reasons for this? Is it because of some internal way how such methods as willSendRequest or initialize are called?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Dear Apollo community, all the examples around datasource topic are using inheritance to derive from e.g.
RESTDataSource
. I haven't seen any public example leveraging composition to tackle it. What are the reasons for this? Is it because of some internal way how such methods aswillSendRequest
orinitialize
are called?Beta Was this translation helpful? Give feedback.
All reactions