Replies: 1 comment 1 reply
-
My thought of write_only_all rule: field.write_only = ObjectArgs.write_only_all || ObjectField.write_only field.read_only = ObjectArgs.read_only_all || ObjectField.read_only |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
current:
if my LoginForm has multi fields, e.g. has 20 fields, I need to write
#[oai(write_only)]
to each field twenty timesthe simpify I want(auto add write_only to each field):
Beta Was this translation helpful? Give feedback.
All reactions