Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Idea Proposal for GSoC 2021 #41

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions mentorship/2021/gsoc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,28 @@ Biggest challenge would be to bring migrated code to TS and bring it up to `grap

* [IvanGoncharov](https://github.com/IvanGoncharov)


### 3. GraphiQL 2.0 Architectural Proposal (proposed by @acao) & GraphiQL Plugins (Medium)

**Develop a robust ecosystem for web based GraphiQL, also to develop the plugins for GraphiQL.**

GraphiQL is introducing a new [architectural proposal](https://github.com/graphql/graphiql/discussions/1787) for 2.0 and a new plugin system that will allow users to extend and customize the GraphQL development experience substantially. Using these new interfaces, users can choose from a list of proposed plugins that users have asked for and specs, and execute and iterate on them. They can be anything from viewing results in a map, to schema explorer features, as well as new commands and code actions.


**Expected outcomes**

* Introduce the new ecosystem based on [Architecural Proposal](https://github.com/graphql/graphiql/discussions/1787).
* Introduce Pull Requests for plugins, potentially finish and publish some within the time frame.

**Skills required/preferred**

* React
* Typescript

**Mentors**

* [mentor name]

## Resources

### Official GraphQL Documentation
Expand Down