Skip to content

Instantly share code, notes, and snippets.

@ShockiTV
Last active August 1, 2017 14:42
Show Gist options
  • Save ShockiTV/71c7d7e1ec782ed6b7e1e01e08180259 to your computer and use it in GitHub Desktop.
Save ShockiTV/71c7d7e1ec782ed6b7e1e01e08180259 to your computer and use it in GitHub Desktop.
import NotificationsQuery from "apollo/NotificationsQuery.graphql";
import { apolloDataType } from './helpers';
NotificationContainer.propTypes = {
data: apolloDataType(NotificationsQuery).isRequired,
};
export default const EnhancedNotificationContainer = graphql(
NotificationsQuery
)(NotificationContainer);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment