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
The default should actually be insert_operators_one not insert_one_operators.
insert_operators_one
insert_one_operators
Took this chance to do my first PR for Hasura.
The text was updated successfully, but these errors were encountered:
Fixed default placeholder root field fix hasura#5345
cebe439
a677c62
console: fix custom root field placeholder for insert one mutation (c…
880dd73
…lose hasura#5345) (hasura#5346)
console: misc fixes (#5346, #5351, #5415, #5427, #5408) (#5435)
c2a7896
* console: fix custom root field placeholder for insert one mutation (close #5345) (#5346) * console: fix clear text issue on RawSQL page (#5351) * console: fix import metadata button text (close #5386) (#5415) * console: UI updates (#5427) - Schema page - Keep function sections expanded by default - Add Know more link for relationships - Table relationships page - Add tooltips / know more links - Update add table relationship UI - Remote relationships -> remote schema relationships - Make remote relationships UI consistent - Events pages - fix breadcrumbs - update scheduled trigger info image - add note regarding UTC timezone based events to tooltip for cron triggers * console: left-align content on data table (#5408)
74e983b
No branches or pull requests
The default should actually be
insert_operators_one
notinsert_one_operators
.Took this chance to do my first PR for Hasura.
The text was updated successfully, but these errors were encountered: