mirror of
https://github.com/wassname/talk.git
synced 2026-07-26 13:37:38 +08:00
6 lines
213 B
JavaScript
6 lines
213 B
JavaScript
// TODO: revisit `filtering` after https://github.com/apollographql/graphql-anywhere/issues/38.
|
|
export default (fragments) => (BaseComponent) => {
|
|
BaseComponent.fragments = fragments;
|
|
return BaseComponent;
|
|
};
|