var Relay = require('react-relay'); var x = Relay.QL` mutation { fakeMutation(input: $input) { actor { profilePicture } } } `;