-
Notifications
You must be signed in to change notification settings - Fork 90
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
Catalog: Bucket permissions: GraphQL #2228
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2228 +/- ##
==========================================
- Coverage 44.46% 44.26% -0.21%
==========================================
Files 479 491 +12
Lines 23229 23407 +178
Branches 2931 2990 +59
==========================================
+ Hits 10329 10360 +31
- Misses 12009 12160 +151
+ Partials 891 887 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
e3699bb
to
e217891
Compare
meta: $TSFixMe | ||
input: { | ||
value: $TSFixMe | ||
onChange: (value: $TSFixMe) => void |
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.
I see, that you are in a hurry :)
So, I'm approving now and review later, even after merging
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.
the problem with this is more fundamental -- we need a way to define form typings properly, so every field is strongly typed wrt field value, validator, initial value, errors and such (smth like this probably: https://github.com/ForbesLindesay/define-form/tree/master/packages/react-define-form), otherwise it doesnt make much sense
Description
TODO