var Relay = require('react-relay'); var x = Relay.QL` query { customScalar(arg: {give: "relay"}) { title } } `;