We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
first
last
This should give an error:
query CategoriesRendererQuery { me { ...Categories_me __id } } fragment Categories_me on Me { followed_genes { edges { node { id __id } } } }
The text was updated successfully, but these errors were encountered:
Yea, I always forget that the first time and I'm like why are there zero results, and then i remember.
why are there zero results
Sorry, something went wrong.
Yep 👯♂️ twice now I've spent ~30m before figuring
We generally use https://github.com/darthtrevino/relay-cursor-paging/blob/177eca6975ef7cd602caf2f92edbeed00cabf3b9/src/pageable.ts as the pagination args ,maybe there's some exactly_one_of or some such validation that maybe makes sense?
exactly_one_of
Aye, given the move towards connections by defaults for lists, I think we'll see ^ come up as people use it more outside of relay
No branches or pull requests
This should give an error:
The text was updated successfully, but these errors were encountered: