Closed NeedleInAJayStack closed 1 year ago
Should there be a test for when a connection is a field on a Type
, or is that not needed?
@cshadek Yeah, I originally had them as object fields, but it made these tests pretty verbose. I've added one here https://github.com/GraphQLSwift/Graphiti/pull/109 where I fix the Connection aliasing issue you reported.
This adds tests and documentation to the
Connection
system, which should improve stability, maintainability, and adoption of this feature.