Relative Content

Tag Archive for graphqlhotchocolate

How to Add a GraphQL Mutation using HotChocolate with Schema Stitching?

I’m working on a .NET Core project using HotChocolate as my GraphQL server. I’m trying to implement Schema Stitching from multiple services, and while I’ve been successful with Queries, I’m having trouble with Mutations.
I’m just doing a POC and I have defined the classes in this way