Last active
          August 1, 2017 14:42 
        
      - 
      
- 
        Save ShockiTV/71c7d7e1ec782ed6b7e1e01e08180259 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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