Skip to content

Commit c36ba33

Browse files
committed
Add Graphiti section to README
1 parent 1d4290c commit c36ba33

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1
1+
3.0-RELEASE

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [![Logo](Images/logo.png)](https://github.com/GraphQLSwift/GraphQL) GraphQL
1+
# GraphQL
22

33
The Swift implementation for GraphQL, a query language for APIs created by Facebook.
44

@@ -11,6 +11,12 @@ The Swift implementation for GraphQL, a query language for APIs created by Faceb
1111

1212
Looking for help? Find resources [from the community](http://graphql.org/community/).
1313

14+
## Graphiti
15+
16+
This repo contains the core GraphQL implementation. For a better experience when creating your types use [Graphiti](https://github.com/GraphQLSwift/Graphiti).
17+
18+
**Graphiti** is a Swift library for building GraphQL schemas/types fast, safely and easily.
19+
1420

1521
## Getting Started
1622

0 commit comments

Comments
 (0)