All Questions
Tagged with apollo-federation hotchocolate
3 questions
0
votes
0
answers
54
views
Extending a type in GraphQL / Apollo Federation
What
I'm trying to extend another type using GraphQL federation under using the following syntax:
[Key("id")]
[Extends]
public class Parent
{
[ID]
public string Id { get; set; }
...
0
votes
0
answers
58
views
Is there any way to use Apollo Federation with HotChocolate to make one to many relationships between entities located in different services?
I have PostService and UserService in two different web applications written on c# web api. There is also an Apollo api gateway.
const gateway = new ApolloGateway({
serviceList: [
{ name: '...
1
vote
0
answers
672
views
Hotchocolate graphql not running as subgraph under Apollo Federation
I'm trying to add a hotchocolate 12 subgraph to my existing Apollo federation using .net 5.0. Unfortunately receiving
(node:27900) UnhandledPromiseRejectionWarning: Error: Couldn't load service ...