Skip to content

Commit f4fb7b2

Browse files
Merge pull request #158 from NeedleInAJayStack/docs/project-links
docs: Adds other project links to documentation
2 parents 3ec7bf9 + 4b60fe9 commit f4fb7b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Graphiti
22

3-
Graphiti is a Swift library for building GraphQL schemas fast, safely and easily.
4-
53
[![Platforms][platforms-badge]][platforms-url]
64
[![Versions][versions-badge]][versions-url]
75
[![License][mit-badge]][mit-url]
86
[![GitHub Actions][gh-actions-badge]][gh-actions-url]
97

10-
Looking for help? Find resources [from the community](http://graphql.org/community/).
118

9+
Graphiti is a Swift library for building GraphQL schemas fast, safely and easily in Swift code.
10+
11+
To expose your schema through HTTP, check out [graphql-vapor](https://github.com/GraphQLSwift/graphql-vapor) or [graphql-hummingbird](https://github.com/GraphQLSwift/graphql-hummingbird), and to generate Swift code from GraphQL SDL files, use [graphql-generator](https://github.com/GraphQLSwift/graphql-generator) instead.
1212

1313
## Getting Started
1414

0 commit comments

Comments
 (0)