We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1d3b7 commit c6703ceCopy full SHA for c6703ce
src/targets/rapidql/rapidql.js
@@ -11,9 +11,9 @@ module.exports = function (source, options) {
11
12
var code = new CodeBuilder(opts.indent)
13
14
- code.push('// For more information about RapidQL, checkout docs.rapidql.com!')
15
- .push('')
16
- .blank()
+ code.push('// For more information about RapidQL, checkout docs.rapidql.com!');
+ code.push('');
+ code.blank();
17
code.push('// For more information about RapidQL, checkout docs.rapidql.com!');
18
code.push("const RapidQL = require('RapidQL');");
19
code.push('let rql = new RapidQL({');
0 commit comments