Skip to content

Commit 65cdda5

Browse files
committed
Start work on docc docs
1 parent e3ccbb2 commit 65cdda5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
build
66
vendor
77
.swiftpm
8+
GraphQLer.docc/.docc-build

GraphQLer.docc/GraphQLer.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# GraphQLer
2+
3+
GraphQLer is a Swift library for generating [GraphQL] documents (i.e. things you can send to a server.) It follows the [June 2018 spec]. It does not do networking, data binding, or parsing.
4+
5+
[GraphQL]: https://graphql.org
6+
[June 2018 spec]: https://spec.graphql.org/June2018/
7+

0 commit comments

Comments
 (0)