篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text Apollo GraphQL Vue.js错误结果缺少属性相关的知识,希望对你有一定的参考价值。
the Query name should match in the document.gql and
-------- document.gql ---------
query QueryName($inputVariable: Type) {
entyty(fieldName: $inputVariable) {
....
-------- document..vue ---------
<component-name :bind-variable="variable"/>
...
@Component<ComponentName>({
apollo: {
QueryName: {
....
-------------
以上是关于text Apollo GraphQL Vue.js错误结果缺少属性的主要内容,如果未能解决你的问题,请参考以下文章