deploy on Netli...
query {
mdPost(date:"2020-02-08T00:00:00.000Z")
{
id
title
path
date
content
}
}
如果在query的時候出現這個錯誤,表示在query裡面找不到這個參數,需要打開schema裡面查看。
Unknown argument on field of type \"Query\".
Unknown argument \"date\" on field \"mdPost\" of type \"Query\". Did you mean \"path\"?"
會發現支援query mdPost 的參數只有id和path。
所以可以query的屬性只有出現在schema中query的才可以。
參考文章
當你在gridsome develop
的時候,效果都正常,這個問題是當你在gridsome build
的時候才會出現的問題,十分的惱人,錯誤訊息顯示window is not defined或是document is not defined,找了許多資料,才知道原來這是ssr的問題。
意思是在伺服端先渲染的意思,像是vue的nuxt或是react的next前端框架。
我在使用skrollr
套件的時候,在build的時候就域到了這個問題,以及在使用window.scrollTop()
的方法時,就會報錯,這個部分需要很小心。
屏東人,前端工程師,愛泰人。