praneybehl
08/27/2016, 2:48 PMschickling
08/27/2016, 3:01 PMpraneybehl
08/29/2016, 3:13 AMgajus
08/31/2016, 6:33 PMgajus
08/31/2016, 6:33 PMgajus
08/31/2016, 6:33 PMcreateBlog (...CreateBlog): Blog
gajus
08/31/2016, 6:34 PMcreateBlog (blog: CreateBlog): Blog
which requires that I make queries this way:
createBlog({
blog: {
name: "foo"
}
})
gajus
08/31/2016, 6:34 PMcreateBlog(name: "foo")
nilan
08/31/2016, 6:36 PMcreateBlog(name: "foo")
is exactly the way it works. have you checked out the available mutations and queries in the GraphiQL playground?nilan
08/31/2016, 6:38 PMgajus
08/31/2016, 6:39 PMcreateBlog (...CreateBlog): Blog
is throwing syntax error.gajus
08/31/2016, 6:39 PMnilan
08/31/2016, 6:42 PMgajus
08/31/2016, 6:42 PMgajus
08/31/2016, 6:43 PMgajus
08/31/2016, 6:44 PMgajus
08/31/2016, 6:44 PMnilan
08/31/2016, 6:50 PMgajus
08/31/2016, 6:51 PMnilan
08/31/2016, 6:56 PMnilan
08/31/2016, 7:00 PMgajus
08/31/2016, 7:01 PMxerc
09/02/2016, 8:43 AMxerc
09/02/2016, 8:43 AMschickling
09/02/2016, 8:45 AMwakatime
09/02/2016, 8:57 AMgerardsans
09/02/2016, 1:07 PMorlando
09/10/2016, 3:30 PM/Users/dev/Documents/code/react-relay-todo-example/src/queries/ViewerQueries.js
. Try updating your GraphQL schema if an argument/field/type was recently added.
Steps I did:
Cloning the git repo. Adding my project id to the package.json and to the src/app.js.
In my graph.cool dashboard I have a ToDo model with complete and text as attributesorlando
09/10/2016, 3:30 PMschickling
09/10/2016, 3:32 PM