var Relay = require('react-relay'); var x = Relay.QL` mutation MutationNameHere { actorSubscribe(input: $input, extra: $extra) { ${reference} } } `;