This commit is contained in:
Sunli 2022-09-06 09:36:08 +08:00
parent 70049ae798
commit 9915b28b9b
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ impl Registry {
write!(sdl, "input {}", name).ok();
if *oneof {
write!(sdl, " @oneof").ok();
write!(sdl, " @oneOf").ok();
}
if options.federation {
if *inaccessible {