Skip to content

Commit f253701

Browse files
authored
Merge pull request graphql#634 from mike-marcacci/patch-1
Add Graphiti to list of servers
2 parents ff120f0 + 0f27e36 commit f253701

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

site/code/index.html.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ In addition to the GraphQL [reference implementations in JavaScript](#javascript
3939
- [Ruby](#ruby)
4040
- [Rust](#rust)
4141
- [Scala](#scala)
42+
- [Swift](#swift)
4243

4344
### C# / .NET
4445

@@ -422,6 +423,10 @@ Http\server(Graphql\psr7($schema), function (\Throwable $err) {
422423

423424
It also provides functionality for the construction of a WebSocket Subscriptions Server based on how Apollo works.
424425

426+
### Swift
427+
428+
- [Graphiti](https://github.com/GraphQLSwift/Graphiti): Swift library for building GraphQL schemas/types fast, safely and easily.
429+
425430
### Python
426431

427432
#### [Graphene](http://graphene-python.org/) ([github](https://github.com/graphql-python/graphene))

0 commit comments

Comments
 (0)