This commit is contained in:
Sunli 2022-09-06 09:36:08 +08:00
parent 69d8c3e26e
commit 4d2f96b1d8
1 changed files with 1 additions and 1 deletions

View File

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