Chris Shadek
Chris Shadek
Thanks @paulofaria for getting back to me so quickly and I saw you have already started improving connections. I tried a few things based on your suggestion. ------- When I...
Given that Swift 5.5 is now released, will Graphiti support async-await?
@paulofaria have you given any thought as to how subscriptions and directives fit into the new API design?
> @cshadek I have done a little thinking about subscriptions and async/await. The new [AsyncSequence](https://developer.apple.com/documentation/swift/asyncsequence) should be able to replace reactive drivers like [GraphQLRxSwift](https://github.com/GraphQLSwift/GraphQLRxSwift). This sounds amazing
I just came across this, but it looks like this repo is already doing a lot of what we're talking about. https://github.com/d-exclaimation/pioneer
Yeah I just found it earlier today. I really wonder if there shouldn't be some strategic partnership between Pioneer and GraphQLSwift. It's almost like they want to build Apollo Server...
It does seem like it's only one guy - which is not unheard of it, but I'd worry about it getting maintained longterm. But some of the stuff with abstracting...
Thanks @paulofaria. One of the main useful additions to Connections I can think of would be having a `totalCount` field. Have you considered this in the past?
If it helps, my current use case is as follows: I have 2 schemas (one for public access and one for authenticated access). I would like to have a set...
@paulofaria, sure I can give it a try. Are you able to provide any pointers for me?