Robert Pospisil

Results 16 comments of Robert Pospisil

Maybe it would be enough to only add support for the null/non-null case. So if there is null and non-null, it would result in a nullable graphql type. And the...

@t1 I added another pr at https://github.com/t1/graphql-federation-demo/pull/6. There is still a problem left. On start up, there is a crash at https://github.com/smallrye/smallrye-graphql/blob/12ea1257a46c68c90851b59eaa53b92ce22340b2/server/federation/runtime/src/main/java/io/smallrye/graphql/federation/impl/Federation.java#L144 The problem is the line above https://github.com/smallrye/smallrye-graphql/blob/12ea1257a46c68c90851b59eaa53b92ce22340b2/server/federation/runtime/src/main/java/io/smallrye/graphql/federation/impl/Federation.java#L143 Without...

Both. Okay, taking a step back: The server and client produce different schema for the same code here. The schema I'd like to produce is ``` type Query { testNull(list:...

@jmartisk in the linked zulip chat you wrote with quarkus > 2.11, `@GraphQLApi` is default `@Singleton`. My reproducer is 2.12.3, and I just tried it with an additional `@Singleton` at...

@wing328 I rebased on the current master. Could you approve the workflows? Although, who could review this pr?

@jmartisk @phillip-kruger since federation is now supported I think this could be closed.