var Relay = require('react-relay'); var x = Relay.QL` query { node(id: 123) @bad(if: $foo) { id } } `;