var Relay = require('react-relay'); var x = Relay.QL` subscription { likeStory(input: $input) { ${reference} } } `;