swift-graphql
swift-graphql copied to clipboard
A GraphQL client that lets you forget about GraphQL.
**Describe the bug** When I pass optional arguments, the server gets the right params and returns a valid response, but the library fails to parse it. If i return the...
@maticzav this is really a question for you to begin with. I had trouble (as have others) running the tests since we don't seem to be able to get the...
This post is to provide communication about the direction of this project and the intended roadmap, as well as its current high-level progress. __UPDATE__ After several months of exploration and...
**Describe the bug** ErrorExchange doesnt seem to be called **To Reproduce** When I print the error in this code: ```swift cancellable = NetworkClient.shared.query(Meeting.upcoming) .receive(on: RunLoop.main) .sink( receiveCompletion: { [weak self]...
**Describe the bug** `SwiftGraphqlClient` maintains an active state dictionary, which is concurrently accessed by multiple threads if used via async/await. Since each async function in swift is dispatched to an...
Caching
Is Caching via the `CachExchange` supposed to be working? It seems it's not. Looking into the code, the caching uses `Operation.id` as a key, but that id is a random...
`SwiftGraphQLCLI` is not needed for applications using `SwiftGraphQLClient` and it brings along many dependencies like Spinner, Files, Yams as well as [swift-format](https://github.com/apple/swift-format) and, indirectly, `SwiftSyntax` which does not follow SemVer...
**Describe the bug** BrainTree overloads their 'node' interface to cover basically everything under the sun. And going through the node interface is the only way to query for updates on...
This PR updates the referenced versions of the formula and podspec to the latest version.