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 1 commit
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
18 changes: 16 additions & 2 deletions rfcs/QueryLevelNullability.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,19 @@ 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 Libararies
twof marked this conversation as resolved.
Show resolved Hide resolved
- [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
- [GraphQL Code Generator by The Guild](https://github.com/dotansimha/graphql-code-generator)
Copy link
Collaborator

Choose a reason for hiding this comment

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

just wondering: do we need to implement a change for both of these libraries & all 3 platforms for the proof of concept?

Copy link
Owner Author

Choose a reason for hiding this comment

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

If I'm reading the contribution doc correctly, it looks like we need an implementation in GraphQL.js, and otherwise need to do any implementations needed to address concerns during the review process. Let's confirm during he meeting?

https://github.com/graphql/graphql-spec/blob/main/CONTRIBUTING.md