-
Notifications
You must be signed in to change notification settings - Fork 4
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
adjust query to support ordering #107
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
5efccc8
adjust query to support ordering
45930 f01a38e
fix build
45930 030c60f
updating the schema, adding multi-emit test
45930 01f0a70
adding sort order and testing
45930 5bc4124
another case
45930 6c1a253
more cases
45930 e1fc23d
adding sorting levers
45930 3c0750e
rebasing
45930 73b7158
expose port 8282
45930 71bc454
testing for field element order
45930 7f51ad5
fix type
45930 03c0cb1
fix imports
45930 f8336ef
fix typo in test
45930 7020459
equal instead of strict equal
45930 71e84e7
merge conflicts
45930 a6eb6f9
add zkapp_account_update_id to test row
45930 29c936b
rm test files
45930 49cb8b0
messing with query
45930 d3a6b51
some tests fixed
45930 5e706f7
more tests fixed maybe\?
45930 43feb71
type annotations
45930 231a9ca
rm package-lock diff
45930 f959060
diable namespace lint rule
45930 fb9be4b
cleanup graphql types
45930 ac04af1
fix comment
45930 a007e8a
rm noisy diff
45930 0aeec84
linting
45930 335dffa
cleaning up dummy action factory
45930 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 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 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 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 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 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expanding
*
queries is optional, but I think it will be more clear for the next person who has to dig here. I struggled to make sense of these queries at first.