You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-121Lines changed: 2 additions & 121 deletions
Original file line number
Diff line number
Diff line change
@@ -13,135 +13,16 @@ Looking for help? Find resources [from the community](http://graphql.org/communi
13
13
14
14
## Graphiti
15
15
16
-
This repo contains the core GraphQL implementation. For a better experience when creating your types use [Graphiti](https://github.com/GraphQLSwift/Graphiti).
16
+
This repo only contains the core GraphQL implementation. For a better experience when creating your types use [Graphiti](https://github.com/GraphQLSwift/Graphiti).
17
17
18
18
**Graphiti** is a Swift library for building GraphQL schemas/types fast, safely and easily.
19
19
20
20
21
-
## Getting Started
22
-
23
-
An overview of GraphQL in general is available in the
24
-
[README](https://github.com/facebook/graphql/blob/master/README.md) for the
25
-
[Specification for GraphQL](https://github.com/facebook/graphql). That overview
26
-
describes a simple set of GraphQL examples that exist as [tests](Tests/GraphQLTests/StarWarsTests/)
27
-
in this repository. A good way to get started with this repository is to walk
28
-
through that README and the corresponding tests in parallel.
0 commit comments