shubhamjain
05/19/2017, 5:24 PMadamibaker
05/19/2017, 5:52 PMinvalid token specified
error when trying to create a new user (createUser mutation). how can i debug this more thoroughly?shubhamjain
05/19/2017, 6:25 PMartyom
05/19/2017, 6:32 PMartyom
05/19/2017, 6:33 PMdohomi
05/19/2017, 7:26 PMcadbot
05/19/2017, 8:31 PMadrianocola
05/19/2017, 9:38 PMstevewpatterson
05/19/2017, 10:16 PMResponse to preflight request doesn't pass access control check: The value of the 'Access-Control-Allow-Credentials' header in the response is '' which must be 'true' when the request's credentials mode is 'include'. Origin '<http://localhost:4200>' is therefore not allowed access. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute.
Using the ng2-file-upload module which has been uploading to graphcool just fine until I tried it today. Any thoughts?artyom
05/19/2017, 11:45 PMartyom
05/19/2017, 11:45 PMartyom
05/20/2017, 8:17 AMartyom
05/20/2017, 8:17 AMtheom
05/20/2017, 9:37 AMGraphQL error: Unknown directive 'defer'. (line 8, column 39): comments(orderBy: createdAt_DESC) @defer
error message.
My query is as follows:
export const All_Posts_Comments_Query = gql`
query allPostsCommentsQuery {
allPostses (orderBy: createdAt_DESC) {
__typename
id
displaysrc
caption
likes
comments (orderBy: createdAt_DESC) @defer {
__typename
id
posts {
__typename
id
}
text
user
deleted
}
}
}
`;
https://dev-blog.apollodata.com/new-features-in-graphql-batch-defer-stream-live-and-subscribe-7585d0c28b07danielvdm
05/20/2017, 10:21 AMsorenbs
danielvdm
05/20/2017, 11:11 AMsorenbs
artyom
05/20/2017, 1:55 PMartyom
05/20/2017, 1:56 PMjv.bianchi
05/20/2017, 2:36 PMError: The project file (project.graphcool) that you provided doesn't seem to be valid. Please make sure it contains the ID of your project.
* You can enable additional output by setting `export DEBUG=graphcool` and rerunning the command.
* Open an issue on GitHub: <https://github.com/graphcool/graphcool-cli>.
* Get in touch if you need help: <http://slack.graph.cool/>
sorenbs
sorenbs
joar
05/20/2017, 4:11 PMalon-graph
05/20/2017, 5:03 PMkmandrup
05/20/2017, 6:23 PMkmandrup
05/20/2017, 6:23 PMchicagoboy2011
05/20/2017, 6:35 PMwhatupdave
05/20/2017, 7:05 PMartyom
05/20/2017, 9:18 PM