text Apollo GraphQL Vue.js错误结果缺少属性

Posted

tags:

篇首语:本文由小常识网(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错误结果缺少属性的主要内容,如果未能解决你的问题,请参考以下文章

graphql apollo-server 中的文件上传错误

Apollo/Graphql,Postgres - 为啥这个查询返回 null? [复制]

GraphQL / Apollo - 无法获取 NetworkError

(Apollo) GraphQL 合并模式

具有多个 GraphQL 端点的 Apollo

GraphQL - 如何捕获“内部”Apollo/GraphQL 错误 - Java Spring Boot