graphQL 启动报错No method or field found with any of the following signatures (with or without one of [i
Posted zhusi
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了graphQL 启动报错No method or field found with any of the following signatures (with or without one of [i相关的知识,希望对你有一定的参考价值。
-------------------root.graphqls---------------------------这个文件用来定义属性字段,必须和实体类相同
文件里面的字段写错会报这个错误
com.coxautodev.graphql.tools.FieldResolverError: No method or field found with any of the following signatures (with or without one of [interface graphql.schema.DataFetchingEnvironment] as the last argument), in priority order:
com.zsn.graphqlspringboot.pojo.Emp.dep_id()
com.zsn.graphqlspringboot.pojo.Emp.getDep_id()
com.zsn.graphqlspringboot.pojo.Emp.dep_id
就是这个"dep_id"这个字段写错
以上是关于graphQL 启动报错No method or field found with any of the following signatures (with or without one of [i的主要内容,如果未能解决你的问题,请参考以下文章