Swiftpack.co - Swift Packages by GraphQLSwift

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by GraphQLSwift

GraphQLSwift/GraphQL 2.9.2
The Swift GraphQL implementation for macOS and Linux
⭐️ 928
🕓 4 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
2.9.2 - Arica
4 weeks ago
## What's Changed * Fix issue with shadow variables in Swift 5.4 by @samisuteria in https://github.com/GraphQLSwift/GraphQL/pull/141 **Full Changelog**: https://github.com/GraphQLSwift/GraphQL/compare/2.9.1...2.9.2
2.9.1 - Rio Gallegos
4 weeks ago
## What's Changed * Fixes Parser & Printer for SDL Functionality by @NeedleInAJayStack in https://github.com/GraphQLSwift/GraphQL/pull/138 * Fixes compiler warnings by @NeedleInAJayStack in https://github.com/GraphQLSwift/GraphQL/pull/140 **Full Changelog**: https://github.com/GraphQLSwift/GraphQL/compare/2.9.0...2.9.1
2.9.0 - El Cocuy
19 weeks ago
## What's Changed * Adds Custom Validation Rules by @NeedleInAJayStack in https://github.com/GraphQLSwift/GraphQL/pull/136 **Full Changelog**: https://github.com/GraphQLSwift/GraphQL/compare/2.8.0...2.9.0
2.8.0 - Tamarindo
20 weeks ago
## What's Changed * Visitor Fixes and Editing Support by @NeedleInAJayStack in https://github.com/GraphQLSwift/GraphQL/pull/134 * Adds Validation Rules by @NeedleInAJayStack in https://github.com/GraphQLSwift/GraphQL/pull/135 **Full Changelog**: https://github.com/GraphQLSwift/GraphQL/compare/2.7.1...2.8.0
2.7.1 - Paramaribo
23 weeks ago
## What's Changed * add workflow for Swift 5.9 by @samisuteria in https://github.com/GraphQLSwift/GraphQL/pull/131 * Port Printer from graphql-js by @samisuteria in https://github.com/GraphQLSwift/GraphQL/pull/130 * Exports code coverage by @NeedleInAJayStack in https://github.com/GraphQLSwift/GraphQL/pull/132 * Fixes NoUnusedVariablesRule false positive by @NeedleInAJayStack in https://github.com/GraphQLSwift/GraphQL/pull/133 **Full Changelog**: https://github.com/GraphQLSwift/GraphQL/compare/2.7.0...2.7.1
2.7.0 - Iquitos
31 weeks ago
## What's Changed * feature: Adds request operation type function by @NeedleInAJayStack in https://github.com/GraphQLSwift/GraphQL/pull/129 **Full Changelog**: https://github.com/GraphQLSwift/GraphQL/compare/2.6.0...2.7.0
2.6.0 - Manaus
32 weeks ago
## What's Changed * chore: Adjusts format CI to use docker by @NeedleInAJayStack in https://github.com/GraphQLSwift/GraphQL/pull/125 * Changes documentation examples to async/await by @NeedleInAJayStack in https://github.com/GraphQLSwift/GraphQL/pull/126 * Adds GraphQLError extensions by @NeedleInAJayStack in https://github.com/GraphQLSwift/GraphQL/pull/128 **Full Changelog**: https://github.com/GraphQLSwift/GraphQL/compare/2.5.1...2.6.0
Tarija - 2.5.1
1 year ago
## What's Changed * fix: Serial Execution Strategy by @CrownedPhoenix in https://github.com/GraphQLSwift/GraphQL/pull/124 ## New Contributors * @CrownedPhoenix made their first contribution in https://github.com/GraphQLSwift/GraphQL/pull/124 **Full Changelog**: https://github.com/GraphQLSwift/GraphQL/compare/2.5.0...2.5.1
2.5.0 - Quito
1 year ago
## What's Changed * add kitchen sink tests by @samisuteria in https://github.com/GraphQLSwift/GraphQL/pull/121 * Update Schema Kitchen Sink Parsing + Tests by @samisuteria in https://github.com/GraphQLSwift/GraphQL/pull/123 **Full Changelog**: https://github.com/GraphQLSwift/GraphQL/compare/2.4.5...2.5.0
2.4.5 - Pisco
1 year ago
## What's Changed * update linux workflows by @samisuteria in https://github.com/GraphQLSwift/GraphQL/pull/118 * add tests for federation schema parsing by @samisuteria in https://github.com/GraphQLSwift/GraphQL/pull/117 * fix: correctly handle missing GraphQLError location/path on decode by @GNMoseke in https://github.com/GraphQLSwift/GraphQL/pull/119 ## New Contributors * @GNMoseke made their first contribution in https://github.com/GraphQLSwift/GraphQL/pull/119 **Full Changelog**: https://github.com/GraphQLSwift/GraphQL/compare/2.4.4...2.4.5
GraphQLSwift/Graphiti 1.14.0
The Swift GraphQL Schema framework for macOS and Linux
⭐️ 523
🕓 22 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.14.0 - Innsbruck
22 weeks ago
## What's Changed * Adds public inits for all 3 paginatable arguments structs by @cshadek in https://github.com/GraphQLSwift/Graphiti/pull/131 **Full Changelog**: https://github.com/GraphQLSwift/Graphiti/compare/1.13.0...1.14.0
1.13.0 - Toledo
22 weeks ago
## What's Changed * Exports code coverage by @NeedleInAJayStack in https://github.com/GraphQLSwift/Graphiti/pull/127 * add swift 5.8 & 5.9 workflow by @samisuteria in https://github.com/GraphQLSwift/Graphiti/pull/125 * Drops Encodable requirement on GraphQL types by @NeedleInAJayStack in https://github.com/GraphQLSwift/Graphiti/pull/129 **Full Changelog**: https://github.com/GraphQLSwift/Graphiti/compare/1.12.0...1.13.0
1.12.0 - Sicily
25 weeks ago
## What's Changed * Made inits public for NoArguments and PageInfo by @cshadek in https://github.com/GraphQLSwift/Graphiti/pull/126 **Full Changelog**: https://github.com/GraphQLSwift/Graphiti/compare/1.11.0...1.12.0
1.11.0 - Bucharest
37 weeks ago
## What's Changed * Scalar customizations by @NeedleInAJayStack in https://github.com/GraphQLSwift/Graphiti/pull/118 **Full Changelog**: https://github.com/GraphQLSwift/Graphiti/compare/1.10.1...1.11.0
1.10.1 - Nicosia
44 weeks ago
## What's Changed * chore: Adjusts format CI to use docker by @NeedleInAJayStack in https://github.com/GraphQLSwift/Graphiti/pull/116 * Changes documentation examples to async/await by @NeedleInAJayStack in https://github.com/GraphQLSwift/Graphiti/pull/117 * fix: Updates Identifier availability flag by @NeedleInAJayStack in https://github.com/GraphQLSwift/Graphiti/pull/120 **Full Changelog**: https://github.com/GraphQLSwift/Graphiti/compare/1.10.0...1.10.1
1.10.0 - Thessaloniki
1 year ago
## What's Changed * Add helper to API.execute by @samisuteria in https://github.com/GraphQLSwift/Graphiti/pull/114 **Full Changelog**: https://github.com/GraphQLSwift/Graphiti/compare/1.9.0...1.10.0
1.9.0 - Alexandria
1 year ago
## What's Changed * Makes PageInfo and Edge public to make custom connections easier by @cshadek in https://github.com/GraphQLSwift/Graphiti/pull/107 * Connections - Adds tests and documentation by @NeedleInAJayStack in https://github.com/GraphQLSwift/Graphiti/pull/108 * Fixes connection processing order by @NeedleInAJayStack in https://github.com/GraphQLSwift/Graphiti/pull/109 ## New Contributors * @cshadek made their first contribution in https://github.com/GraphQLSwift/Graphiti/pull/107 **Full Changelog**: https://github.com/GraphQLSwift/Graphiti/compare/1.8.0...1.9.0
1.8.0 - Geneva
1 year ago
## What's Changed * Schema validation rules by @alexsteinerde in https://github.com/GraphQLSwift/Graphiti/pull/105 ## New Contributors * @alexsteinerde made their first contribution in https://github.com/GraphQLSwift/Graphiti/pull/105 **Full Changelog**: https://github.com/GraphQLSwift/Graphiti/compare/1.7.1...1.8.0
1.7.1 - Naples
1 year ago
## What's Changed * Fix: Federation Introspection by @NeedleInAJayStack in https://github.com/GraphQLSwift/Graphiti/pull/103 **Full Changelog**: https://github.com/GraphQLSwift/Graphiti/compare/1.7.0...1.7.1
1.7.0 - Argos
1 year ago
## What's Changed * Add Federation Support by @samisuteria in https://github.com/GraphQLSwift/Graphiti/pull/98 **Full Changelog**: https://github.com/GraphQLSwift/Graphiti/compare/1.6.0...1.7.0
GraphQLSwift/DataLoader 2.2.0
DataLoader is a generic utility to be used as part of your Swift application's data fetching layer to provide a simplified and consistent API over various remote data sources such as databases or web services via batching and caching.
⭐️ 32
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
2.2.0 - Prague
1 year ago
## What's Changed * Adding async await to DataLoader by @d-exclaimation in https://github.com/GraphQLSwift/DataLoader/pull/15 ## New Contributors * @d-exclaimation made their first contribution in https://github.com/GraphQLSwift/DataLoader/pull/15 **Full Changelog**: https://github.com/GraphQLSwift/DataLoader/compare/2.1.0...2.2.0
2.1.0 - Lava Hot
1 year ago
Makes cache clearing functions public
2.0.2 - Snow Day
2 years ago
This fixes throwing `batchLoadFunction`s, which in the past would cause deadlocks or an abandoned NIO future errors. Merges: https://github.com/GraphQLSwift/DataLoader/pull/13
2.0.1 - The High Country
2 years ago
Fixes a race condition bug with `loadMany` Merges https://github.com/GraphQLSwift/DataLoader/pull/11
2.0.0 - Grassy Waves
2 years ago
Highlights: * Changes package name from `SwiftDataLoader` to `DataLoader` * DataLoader instances now have an `executionPeriod` option (enabled by default) that schedules an automatic execution of the queue. Clients no longer need to call `dispatchQueue` manually, which was difficult to do efficiently across GraphQL resolvers. * Adds support for concurrent access to the DataLoaders, which is important as GraphQL resolvers fan out asynchronously. * Adds documentation to public classes as well as an example of using DataLoaders with Graphiti in the readme * NIO 2 support Merges the following PRs: * #5 * #9 * #10
Swift 5 🚀
5 years ago
Thanks to @pschneider SwiftDataLoader supports Swift 5! Nothing should be breaking!
First release 🚀
5 years ago
GraphQLSwift/GraphQLRxSwift 0.0.4
The Swift GraphQL RxSwift subscription driver
⭐️ 5
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.0.4 - Salamander Skin
2 years ago
Update to comply with Graphiti 1.0.0 EventStream changes
0.0.3 - Fresh Cut Grass
2 years ago
* Corrects test field ordering * Updates GraphQL dependency to new major
0.0.2 - Snappy Seal
2 years ago
Loosens Graphiti dependency
0.0.1 - One Direction
2 years ago
Initial Release
GraphQLSwift/GraphQLTransportWS v0.0.4
Swift implementation of the graphql-transport-ws WebSocket subprotocol.
⭐️ 2
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.1.0 - Caracas
1 year ago
## What's Changed * Remove autogened copyright, add MIT License by @GNMoseke in https://github.com/GraphQLSwift/GraphQLTransportWS/pull/3 * Update auth to allow eventloopfuture resolution, explicit eventloop initialization by @GNMoseke in https://github.com/GraphQLSwift/GraphQLTransportWS/pull/5 **Full Changelog**: https://github.com/GraphQLSwift/GraphQLTransportWS/compare/0.0.10...0.1.0
0.0.10 - Buenos Aires
1 year ago
## What's Changed * feat: add onOperationComplete & onOperationError callbacks by @GNMoseke in https://github.com/GraphQLSwift/GraphQLTransportWS/pull/2 ## New Contributors * @GNMoseke made their first contribution in https://github.com/GraphQLSwift/GraphQLTransportWS/pull/2 **Full Changelog**: https://github.com/GraphQLSwift/GraphQLTransportWS/compare/0.0.9...0.0.10
Concrete
1 year ago
Minor fix to `TokenInitPayload` that adds a public initializer
Fight Songs
1 year ago
Initial public release!! 🎉 Also makes the following improvements: - Servers now support completely customizable authentication payloads - Removes `onClose` Messenger callback - Fixes `onReceive` typo - Adds usage details to the readme
GraphQLSwift/GraphQLWS v0.0.4
Swift implementation of the graphql-ws WebSocket subprotocol.
⭐️ 2
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.1.1 - Haikou
1 year ago
## What's Changed * Server error exposure by @NeedleInAJayStack in https://github.com/GraphQLSwift/GraphQLWS/pull/5 **Full Changelog**: https://github.com/GraphQLSwift/GraphQLWS/compare/0.1.0...0.1.1
0.1.0 - Hanoi
1 year ago
## What's Changed * Remove autogened copyright, add MIT License by @GNMoseke in https://github.com/GraphQLSwift/GraphQLWS/pull/3 * Update auth to allow eventloopfuture resolution, explicit eventloop initialization by @GNMoseke in https://github.com/GraphQLSwift/GraphQLWS/pull/4 **Full Changelog**: https://github.com/GraphQLSwift/GraphQLWS/compare/0.0.10...0.1.0
0.0.10 - Osaka
1 year ago
## What's Changed * feat: add onOperationComplete & onOperationError callbacks by @GNMoseke in https://github.com/GraphQLSwift/GraphQLWS/pull/2 ## New Contributors * @GNMoseke made their first contribution in https://github.com/GraphQLSwift/GraphQLWS/pull/2 **Full Changelog**: https://github.com/GraphQLSwift/GraphQLWS/compare/0.0.9...0.0.10
Rebar
1 year ago
Minor fix to `TokenInitPayload` that adds a public initializer
Stone Statue
1 year ago
Initial public release!! 🎉 Also makes the following improvements: - Servers now support completely customizable authentication payloads - Removes `onClose` Messenger callback - Fixes `onReceive` typo - Adds usage details to the readme

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics