Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
按照有关使用@export 进行批处理的文档,我的服务器不允许使用此标记。如何添加指令以便可以进行批处理?
导出指令必须在模式构建器中注册。
SchemaBuilder.New() .AddType<ExportDirectiveType>() ... .Create();
文档中缺少此详细信息。我将更新文档并添加此详细信息。
该指令位于HotChocolate.Execution.Batching命名空间中。
HotChocolate.Execution.Batching