父类型“ UserTypes”上字段“ item”的GraphQL类型不能隐式派生

时间:2019-09-20 12:56:20

标签: c# asp.net generics asp.net-core graphql

我需要在ASP核心2.2中用反射填充GraphQL字段。

我使用以下代码:

<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.2/angular.min.js"></script>
<div name="divCompanyContainer" ng-app="CompanyApp" ng-controller="TestCtrl" ng-init="Init()">
<input type="text" ng-model="ipAddress" ip-validator placeholder="Ip address"  /> <br />
</div>

但是它告诉我这个错误:

  

不能隐式派生父类型“ UserTypes”上字段“ item”的GraphQL类型。

是什么问题?我该如何解决这个问题?

0 个答案:

没有答案