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

Relay spec #5913

Closed
wants to merge 35 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
5b1bf85
Add relayStyle option to ParseGraphQLServer config
davimacedo Aug 2, 2019
3182568
Add client key to the playground headers
davimacedo Aug 2, 2019
4a660d0
Add relayStyle attribute to ParseGraphQLSchema
davimacedo Aug 2, 2019
e42c6ae
Include relayStyle information in the criteria for deciding if the sc…
davimacedo Aug 2, 2019
887c145
Relay node definitions
davimacedo Aug 3, 2019
9b1f7cb
Add node interface and global id to the object class output type
davimacedo Aug 3, 2019
6d06754
Add relayStyle option to the CLI
davimacedo Aug 5, 2019
6c9c2d6
Move the id field to be the first one
davimacedo Aug 5, 2019
c18bd3b
Fix node query
davimacedo Aug 5, 2019
db811ea
Merge branch 'upstream' into relaySpec
davimacedo Aug 7, 2019
eabeb7a
Test for get query returning global id
davimacedo Aug 7, 2019
4c4e3cb
Find test for global id
davimacedo Aug 8, 2019
9828685
Tests for relay types
davimacedo Aug 8, 2019
23123c9
Create file mutation
davimacedo Aug 8, 2019
d119b5f
Create file mutation test
davimacedo Aug 8, 2019
68b29a1
Relay creaFile mutation schema tests
davimacedo Aug 8, 2019
bde9a58
Relay style for functions mutations
davimacedo Aug 8, 2019
485976f
Fix result bug
davimacedo Aug 8, 2019
8e895c4
Tests for clientMutationId in function calls
davimacedo Aug 8, 2019
51970fc
Relay style for create object generic mutation
davimacedo Aug 8, 2019
763848d
Relay style for update object generic mutation
davimacedo Aug 8, 2019
bd5008d
Relay style for delete object generic mutation
davimacedo Aug 8, 2019
fad7010
Tests for objects generic mutations running on relay style
davimacedo Aug 8, 2019
8426b25
Improving tests organization
davimacedo Aug 8, 2019
c84a2c8
relay style tests for generic object mutations
davimacedo Aug 9, 2019
6578590
Relay style option for users mutations
davimacedo Aug 9, 2019
7b15f88
relay style tests for users mutations
davimacedo Aug 9, 2019
48aa14e
Testing relay style schema for users mutations
davimacedo Aug 9, 2019
fbf92e4
Testing non relay style schema for users mutations
davimacedo Aug 9, 2019
e45bfca
Relay version for custom create object mutation
davimacedo Aug 9, 2019
e2d0f95
Pushing relay auto generated types for mutation
davimacedo Aug 9, 2019
8d1ba34
Parse class mutations on relay style
davimacedo Aug 9, 2019
1ec7d2f
Tests for relay spec on parse class mutations
davimacedo Aug 9, 2019
e7a26db
Relay style schema for parse class mutations
davimacedo Aug 9, 2019
6e9e9f3
Test non relay style schema for parse class mutation
davimacedo Aug 9, 2019
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
11 changes: 9 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"follow-redirects": "1.7.0",
"graphql": "14.4.2",
"graphql-list-fields": "2.0.2",
"graphql-relay": "^0.6.0",
"graphql-tools": "^4.0.5",
"graphql-upload": "8.0.7",
"intersect": "1.0.1",
Expand Down
Loading