hotchocolate专题提供hotchocolate的最新资讯内容,帮你更好的了解hotchocolate。
热巧克力中的 <code>ScopedContextData</code>、<code>LocalContextData</code> 和 <code>ContextData</code> 之间有什么区别?
我正在使用带有 .net Core 3.1 的 graphQl Hot Chocolate V11 我对令牌过期的识别没有问题,只是将该问题转发回
是否有可能在 Errors[] 数组中引发多个错误,就像 hotchocolate 在您尝试使用未知属性时所做的那样?
是否可以用我自己的中间件类替换“官方”ExceptionMiddleware HotChocolate 类? 我计划通过包含 AgregationE
所以我才刚刚开始, 我有一个实体,它不是通过直接关系而是通过保留 EntityId 和 EntityType(Enum) 来保存来
我是 GraphQL 世界的新人,并试图找到一种方法来在 GraphQL 中使用很少的查询类型。 我将 Hot Chocolate 用于
我是 <a href="https://chillicream.com/" rel="nofollow noreferrer">HotChocolate</a> 的新手,我认真尝试将总和、平均值、
在我的例子中,我想扩展 <code>__EnumValue</code> 内省类型以实质上携带有关枚举值的附加信息。如何向内省
这是我在启动 .cs 中的配置 <pre><code> .AddGraphQLServer() .AddQueryType&lt;Query&gt;()
我使用 HotChocolate 和 <code>[Authorize]</code> 的 <code>HotChocolate.AspNetCore.Authorization</code> 属性进行了 GraphQL 突变
我是 graphql 的新手,目前正在参加 ChilliCream graphql 研讨会。遵循<a href="https://github.com/ChilliCream/graphql-works
嗨,我有一个场景,我不确定实施的最佳方式。 我想编辑一个客户,例如: <pre><code>public class Customer
我是 HotChocolate 和 GraphQL 的新手,我在类型扩展方面遇到了一些困难。 是否可以使用 <code>ObjectType</
当后端服务在运行时随时注册到我们的 API 时,我想动态添加新类型或查询扩展。因此,在 ConfigureServices
<pre><code>public class Parent{ public IEnumerable&lt;Child&gt; Children(Filters filter){ return new List&lt;Child&gt;() { new Child()
我有一个自定义的 DbContext <strong>SnowflakeDbContext</strong>,我需要用 <strong>SnowflakeDbConnection</strong> 初始化它
似乎根本没有关于如何使用 Strawberryshake (C#) 由 graphql 客户端进行突变的示例。使用 Strawberryshake Version11.0
我正在尝试使用 Hot Chocolate 将我的 API 拆分为微服务,并尝试实现代码优先方法模式拼接。在下面的示例
我的代码设置如下(.AddProjection() 已添加到 Startup.cs 文件中) <pre><code>[UseApplicationDbContext] [UsePaging(MaxP
努力跟上<a href="https://chillicream.com/blog/2019/02/20/schema-stitching" rel="nofollow noreferrer">Hotchocolate ChilliCream blog</a