-
Notifications
You must be signed in to change notification settings - Fork 261
fix(#2489): Modify batchKey logic #2495
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
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
651d867
fix #2489
karatakis 18b17c0
Add tests
karatakis ee46eb6
Add nested simple test
karatakis efd87cd
update documentation
tusharmath 7cb4025
Add review changes
karatakis fddffc2
Add more review changes
karatakis d8ec98f
Merge branch 'main' into fix-2489
karatakis 48aed6c
Refactor code to be simpler
karatakis fd1d35a
Merge branch 'docs-group-by' into fix-2489
tusharmath File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,59 @@ | ||
| --- | ||
| source: tests/core/spec.rs | ||
| expression: response | ||
| --- | ||
| { | ||
| "status": 200, | ||
| "headers": { | ||
| "content-type": "application/json" | ||
| }, | ||
| "body": { | ||
| "data": { | ||
| "foos": { | ||
| "foos": [ | ||
| { | ||
| "id": "foo_1", | ||
| "fooName": "foo_name_1", | ||
| "barId": "bar_1", | ||
| "bars": [ | ||
| { | ||
| "id": "bar_1", | ||
| "barName": "bar_name_1" | ||
| }, | ||
| { | ||
| "id": "bar_1", | ||
| "barName": "bar_name_1" | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "id": "foo_2", | ||
| "fooName": "foo_name_2", | ||
| "barId": "bar_1", | ||
| "bars": [ | ||
| { | ||
| "id": "bar_1", | ||
| "barName": "bar_name_1" | ||
| }, | ||
| { | ||
| "id": "bar_1", | ||
| "barName": "bar_name_1" | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "id": "foo_3", | ||
| "fooName": "foo_name_3", | ||
| "barId": "bar_2", | ||
| "bars": [ | ||
| { | ||
| "id": "bar_2", | ||
| "barName": "bar_name_2" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,61 @@ | ||
| --- | ||
| source: tests/core/spec.rs | ||
| expression: formatted | ||
| --- | ||
| type Bar { | ||
| barName: String! | ||
| id: ID! | ||
| } | ||
|
|
||
| scalar Bytes | ||
|
|
||
| scalar Date | ||
|
|
||
| scalar Email | ||
|
|
||
| scalar Empty | ||
|
|
||
| type Foo { | ||
| barId: String! | ||
| bars: [Bar!]! | ||
| fooName: String! | ||
| id: ID! | ||
| } | ||
|
|
||
| type FooResponse { | ||
| foos: [Foo!]! | ||
| } | ||
|
|
||
| scalar Int128 | ||
|
|
||
| scalar Int16 | ||
|
|
||
| scalar Int32 | ||
|
|
||
| scalar Int64 | ||
|
|
||
| scalar Int8 | ||
|
|
||
| scalar JSON | ||
|
|
||
| scalar PhoneNumber | ||
|
|
||
| type Query { | ||
| foos: FooResponse | ||
| } | ||
|
|
||
| scalar UInt128 | ||
|
|
||
| scalar UInt16 | ||
|
|
||
| scalar UInt32 | ||
|
|
||
| scalar UInt64 | ||
|
|
||
| scalar UInt8 | ||
|
|
||
| scalar Url | ||
|
|
||
| schema { | ||
| query: Query | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.