var Relay = require('react-relay'); var x = Relay.QL` fragment on NewsFeedConnection { edges { node { id ... on Story { attachments } } } } `;