Skip to content

Commit 8deab44

Browse files
authored
Update README.md
1 parent e8f3c95 commit 8deab44

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@ Looking for help? Find resources [from the community](http://graphql.org/communi
1414

1515
This repo only contains the core GraphQL implementation. For a better experience when creating your GraphQL schema use [Graphiti](https://github.com/GraphQLSwift/Graphiti).
1616

17+
## Contributions
18+
19+
Most of this repo mirrors the structure of the canonical GraphQL implementation written in Javascript/Typescript. If there is any feature missing, looking at the original code and "translating" it to Swift works, most of the time. For example:
20+
21+
### Swift
22+
23+
[/Sources/GraphQL/Language/AST.swift](https://github.com/GraphQLSwift/GraphQL/blob/master/Sources/GraphQL/Language/AST.swift)
24+
25+
### Javascript
26+
27+
[/src/language/ast.js](https://github.com/graphql/graphql-js/blob/master/src/language/ast.js)
28+
1729

1830
## License
1931

0 commit comments

Comments
 (0)