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

Add work items section #4

Merged
merged 3 commits into from
Apr 26, 2021
Merged
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
21 changes: 19 additions & 2 deletions rfcs/QueryLevelNullability.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,22 @@ This syntax consciously does not cover the following use cases:
that says "if a value would be `null` make it some other value instead". We are
not interested in covering that in this proposal.

## Implementation
GraphQL.js: https://github.com/graphql/graphql-js/pull/2824
## Work Items
Patches that will need to be made if this proposal is accepted. The
[RFC proposal process](https://github.com/graphql/graphql-spec/blob/main/CONTRIBUTING.md)
requires that a proof of concept is implemented in a GraphQL library. As work items are completed,
PRs will be linked here.
- Spec Changes
- Official Libraries
- GraphQL.js: https://github.com/graphql/graphql-js/pull/2824
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's double check with @xuewei8910 to make sure this PR is ready for external eyes (I think he mentioned it needed to be updated with latest)

- 3rd Party Libraries
- [Apollo Android](https://github.com/apollographql/apollo-android)
twof marked this conversation as resolved.
Show resolved Hide resolved
- Code Gen
- Cache
- [Apollo iOS](https://github.com/apollographql/apollo-ios)
- Code Gen
- Cache
- [Apollo JS](https://github.com/apollographql/apollo-client)
- Code Gen
- Cache
- [GraphQL Code Generator by The Guild](https://github.com/dotansimha/graphql-code-generator)