halborg
05/17/2017, 10:19 AMyarn run relay
, but get this error: Must provide schema definition with query type or a type named Query
.
I just exported the schema from the graphcool console. Is there any checkbox or dropdown where I can choose a Relay compatible schema somewhere that I haven’t seen? 🙂ilja
05/17/2017, 10:41 AMgerardsans
05/17/2017, 10:54 AMppatidar
05/17/2017, 11:09 AMmonkeybonkey
05/17/2017, 11:27 AMupdate
option in a mutation with the apollo client?monkeybonkey
05/17/2017, 11:29 AMmyNamedMuationCalledFollow({
variables,
update: (proxy, { data: { followersUser } }) => {
console.log('this never triggers');
const newData = proxy.readQuery({ getUserQuery });
newData.followers.push(followersUser);
proxy.writeQuery({ getUserQuery, newData });
},
});
jv.bianchi
05/17/2017, 12:38 PMmcorrand
05/17/2017, 12:45 PMmcorrand
05/17/2017, 12:46 PMERROR in ./src/index.js
Module build failed: SyntaxError: Unexpected token =
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:404:25)
at Object.Module._extensions..js (module.js:432:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:313:12)
at Module.require (module.js:366:17)
at require (module.js:385:17)
at Object.<anonymous> (/Users/mcorrand/Desktop/react-relay-instagram-quickstart-master/node_modules/babel-plugin-react-relay/lib/index.js:47:28)
at Module._compile (module.js:425:26)
at Object.Module._extensions..js (module.js:432:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:313:12)
at Module.require (module.js:366:17)
at require (module.js:385:17)
at /Users/mcorrand/Desktop/react-relay-instagram-quickstart-master/node_modules/babel-core/lib/transformation/file/options/option-manager.js:178:20
at Array.map (native)
@ multi main
Does that ring a bell with anyone?jensneuse
05/17/2017, 1:00 PMsoonertrent
05/17/2017, 1:16 PMtrevorm
05/17/2017, 1:23 PMartyom
05/17/2017, 2:04 PMartyom
05/17/2017, 2:04 PMjusd
05/17/2017, 2:06 PMslackday
05/17/2017, 2:09 PMdk0r
05/17/2017, 2:19 PMemil
05/17/2017, 2:30 PMppatidar
05/17/2017, 3:09 PMben
05/17/2017, 3:17 PMjarus
05/17/2017, 3:47 PMrenatomattos2912
05/17/2017, 4:14 PMartyom
05/17/2017, 4:14 PMartyom
05/17/2017, 4:15 PMartyom
05/17/2017, 4:15 PMalexzajac
05/17/2017, 4:16 PMuser
05/17/2017, 4:16 PMhttps://prisma.slack.com/files/U32BWDW8Y/F5EL38LF4/screen_shot_2017-05-17_at_10.16.32_pm.png▾
user
05/17/2017, 4:16 PMhttps://prisma.slack.com/files/U32BWDW8Y/F5EL38LF4/screen_shot_2017-05-17_at_10.16.32_pm.png▾
yonatron
05/17/2017, 4:32 PMchangalberto
05/17/2017, 5:30 PM