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: mentorship/2021/gsoc/README.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
# GraphQL / Google Summer of Code 2021
2
2
3
-
The [GraphQL Foundation](https://foundation.graphql.org) is considering applying to be a mentor for the [2021 Google Summer of Code.](https://summerofcode.withgoogle.com/) We encourage the GraphQL community to propose projects prior to the project application deadline on February 19th, 2021. *Please complete your proposals by February 12th so we have time to review, merge, and submit them.*
3
+
[GraphQL](https://graphql.org) is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.
4
+
5
+
The [GraphQL Foundation](https://foundation.graphql.org) is applying to be a mentor for the [2021 Google Summer of Code](https://summerofcode.withgoogle.com/)!
6
+
7
+
<!--We encourage the GraphQL community to propose projects prior to the project application deadline on February 19th, 2021. *Please complete your proposals by February 12th so we have time to review, merge, and submit them.*
4
8
5
9
We encourage you to be creative when submitting proposals for GSoC! All ideas will be considered. If you are familiar with GraphQL and have an idea which isn't on the list, please feel free to submit it as a proposal.
6
10
@@ -32,9 +36,11 @@ As you develop ideas, please add them using this template:
32
36
* ...
33
37
```
34
38
35
-
Good luck! If you have questions, please reach out to [[email protected]](mailto:[email protected]). You can also find us and ask questions to the mentors in the [#gsoc](https://graphql.slack.com/archives/CUB2DBYTF) channel on the [GraphQL Slack](https://graphql.slack.com). ([get an invite](https://slack-invite.graphql.org))
39
+
Good luck!-->
40
+
41
+
If you have questions, please reach out to [[email protected]](mailto:[email protected]). You can also find us and ask questions to the mentors in the [#gsoc](https://graphql.slack.com/archives/CUB2DBYTF) channel on the [GraphQL Slack](https://graphql.slack.com). ([get an invite](https://slack-invite.graphql.org))
36
42
37
-
### Make queries/SDL outputed by `graphql-js` compatible with `prettier` (Hard)
43
+
### 1. Make queries/SDL outputed by `graphql-js` compatible with `prettier` (Hard)
38
44
39
45
**Make GraphQL.js's print/printSchema functions format their output in way that is prettier compatible**
40
46
@@ -60,7 +66,7 @@ Also since prettier already using our `parse` function, as part of this project,
0 commit comments