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
# Swell
2
3
-
[](https://hex.pm/packages/swell)
4
[](https://hexdocs.pm/swell/)
5
6
A GraphQL implementation in Gleam providing query parsing, execution, and introspection support.
0
0
7
8

9
···
1
# Swell
2
3
+
[](https://hex.pm/packages/swell)
4
[](https://hexdocs.pm/swell/)
5
6
A GraphQL implementation in Gleam providing query parsing, execution, and introspection support.
7
+
8
+
> **Note:** If you're looking for a GraphQL **client**, check out [Squall](https://hexdocs.pm/squall).
9
10

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