Jan

Results 6 comments of Jan

The problem is at the polygon constructor. There it constructs a plane from the first three points. If these are colinear they should not be used untill none colinear are...

The problem you are refering to happens because all polygons are tested against planes, and if intersecting with the plane (read plane, not polygon to polygon) split into two to...

For the list.map error, see https://github.com/0xR/graphql-transform-federation/issues/5 @jamesjenkinsjr. You need to set a returnType in the delegateToSchema

For anyone interested, I updated most of the code to federation v2 and newer @apollo-tools packages. It was done as a side project so keep in mind it might need...

@0xR what are your plans?

I can confirm setting a returnType works thanks @kre8or69 and @yaacovCR