user
03/28/2017, 4:09 PMuser
03/28/2017, 4:11 PMdataknut
03/28/2017, 4:14 PMnilan
03/28/2017, 4:14 PMfetch
! Thanks @dataknut and @hvillain hahauser
03/28/2017, 4:15 PM/slashcommand word;definition
from an outgoing webhook in Slack and inserts it to the graph.cool databaseuser
03/28/2017, 4:16 PMhvillain
03/28/2017, 4:17 PMnilan
03/28/2017, 4:17 PMnilan
03/28/2017, 4:17 PMhvillain
03/28/2017, 4:19 PMnilan
03/28/2017, 4:19 PMnilan
03/28/2017, 4:20 PMnilan
03/28/2017, 4:20 PMconst query = `mutation {
createEntries(definition: "${definition}" word: "${word}") {
id
word
definition
}
}`
nilan
03/28/2017, 4:20 PMdataknut
03/28/2017, 4:20 PMdataknut
03/28/2017, 4:21 PMhvillain
03/28/2017, 4:25 PMartyom
03/28/2017, 5:57 PMkassens
03/28/2017, 6:29 PMcreate-relay-app
similar to create-react-app
to get people started with using Relay. Integrating with graphql-up
seems like it might fit in perfectly for the server side.jason
03/28/2017, 8:23 PMjason
03/28/2017, 8:28 PMmpalamar
03/28/2017, 10:09 PMarifads
03/29/2017, 4:39 AMarifads
03/29/2017, 4:40 AMsorenbs
artyom
03/29/2017, 8:37 AMcanuzunoglu
03/29/2017, 8:50 AMartyom
03/29/2017, 9:20 AMsven.seiler
03/29/2017, 9:21 AMhellojere
03/29/2017, 9:49 AMnull
value issue. GraphQL fives an error with these when trying to insert - whatโs the right approach here? Canโt I really update with null values?