GraphQL
GraphQL copied to clipboard
The Swift GraphQL implementation for macOS and Linux
Hello, In my process of migrate, today I pushed a version in which the tests were green in my machine, and the tests crashed with the following error: ``` ***...
The existing concurrent executor was a mix of `DispatchQueue.async` calls and NIO futures, and was only used on an opt-in basis. This makes the following changes: 1. Adds a fully...
# Problem Currently can't compare two `GraphQLResult` even though the data is the same. I'm currently using swift-testing with Swift 6.0.2 ```swift let queryOrganizationBySlug: String = """ query FindSingleOrganization($slug: String!)...
Revisiting https://github.com/graphql/graphql-js/issues/2764 I'm not quite sure the reference implementation has a bug, see failing test when implementing the fix as advised: https://github.com/graphql/graphql-js/pull/4293