GraphQLSwift / Graphiti

The Swift GraphQL Schema framework for macOS and Linux
MIT License
531 stars 67 forks source link

Feature/async await #71

Closed paulofaria closed 3 weeks ago

jaredh159 commented 2 years ago

Really appreciate you working on this feature, I'm super eager to switch to using Async/Await. You have any sense of a possible timeline for getting this merged? Thanks again!

paulofaria commented 2 years ago

Really appreciate you working on this feature, I'm super eager to switch to using Async/Await. You have any sense of a possible timeline for getting this merged? Thanks again!

Async/await support by @NeedleInAJayStack just merged, a new release is coming soon!

cshadek commented 1 year ago

Is this pull request still necessary? My understanding is async await support was added in https://github.com/GraphQLSwift/Graphiti/pull/78.

NeedleInAJayStack commented 1 year ago

I've left it open for the moment because it includes more than just async/await additions. For example, the later commits explore adding custom directive support to this package.

cshadek commented 1 year ago

Oh got it - that makes sense!