twelvearrays
05/25/2017, 8:27 PMtfiwm
05/25/2017, 8:31 PMkmandrup
05/25/2017, 9:52 PMkmandrup
05/25/2017, 9:53 PMcmelone
05/25/2017, 11:52 PMdarkbcx
05/26/2017, 6:00 AMXMLHttpRequest cannot load <https://api.graph.cool/file/v1/_PROJECT_ID_>. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin '<http://localhost:4200>' is therefore not allowed access. The response had HTTP status code 500.
darkbcx
05/26/2017, 6:01 AMdrk
05/26/2017, 6:35 AM_PROJECT_ID_
with your actual project idkudlajz
05/26/2017, 7:22 AMsorenbs
artyom
05/26/2017, 8:30 AMkode_k
05/26/2017, 10:57 AMkode_k
05/26/2017, 10:57 AMasync asyncData() {
let { data } = await client.query({
query: gql`
query{
allArticles {
author
content
description
}
}
`
})
return {
article: data.allArticles
}
}
kode_k
05/26/2017, 10:57 AMkode_k
05/26/2017, 10:59 AM{{ article.author }} {{ article.content }} {{ article.description }}
this doen't working in markupkode_k
05/26/2017, 11:01 AMgmuresan
05/26/2017, 2:01 PMgab
05/26/2017, 2:13 PMaldrian
05/26/2017, 2:25 PMmikita_du
05/26/2017, 2:35 PMgab
05/26/2017, 2:52 PMjoshjoe
05/26/2017, 2:54 PMjoshjoe
05/26/2017, 3:02 PMkode_k
05/26/2017, 3:44 PMbobbyt
05/26/2017, 6:01 PMcarl.youngblood
05/26/2017, 7:20 PMadrianocola
05/26/2017, 7:31 PMQuery does not pass validation
. (the mutation is executed with success but returns the updated data and an error).jcheroske
05/26/2017, 8:48 PMstephenhandley
05/27/2017, 1:04 AMthisismissem
05/27/2017, 4:14 AM