GraphQLSwift / Graphiti

The Swift GraphQL Schema framework for macOS and Linux
MIT License
526 stars 66 forks source link

Fixes connection processing order #109

Closed NeedleInAJayStack closed 1 year ago

NeedleInAJayStack commented 1 year ago

Fixes issue https://github.com/GraphQLSwift/Graphiti/issues/106

This orders Connection in front of Type, which avoids errors when types have a field that results in a Connection object

NeedleInAJayStack commented 1 year ago

@cshadek, do you mind giving this a look and verifying that it solves https://github.com/GraphQLSwift/Graphiti/issues/106 for you?

cshadek commented 1 year ago

@NeedleInAJayStack, I just tested it and it fixes #106. Nice work!

paulofaria commented 1 year ago

Great work!