tangled
alpha
login
or
join now
chadtmiller.com
/
swell
3
fork
atom
๐ A GraphQL implementation in Gleam
3
fork
atom
overview
issues
pulls
pipelines
fix shield, add link to squall
chadtmiller.com
4 months ago
345d36bc
4f63d981
+4
-2
2 changed files
expand all
collapse all
unified
split
README.md
gleam.toml
+3
-1
README.md
···
1
1
# Swell
2
2
3
3
-
[](https://hex.pm/packages/swell)
3
3
+
[](https://hex.pm/packages/swell)
4
4
[](https://hexdocs.pm/swell/)
5
5
6
6
A GraphQL implementation in Gleam providing query parsing, execution, and introspection support.
7
7
+
8
8
+
> **Note:** If you're looking for a GraphQL **client**, check out [Squall](https://hexdocs.pm/squall).
7
9
8
10

9
11
+1
-1
gleam.toml
···
1
1
name = "swell"
2
2
-
version = "1.0.0"
2
2
+
version = "1.0.1"
3
3
description = "๐ A GraphQL implementation in Gleam"
4
4
licences = ["Apache-2.0"]
5
5
repository = { type = "github", user = "bigmoves", repo = "swell" }