Skip to content

Commit

Permalink
Update SampleWiring.java
Browse files Browse the repository at this point in the history
I think you meant to say 'ciao'
  • Loading branch information
joshlong authored Feb 17, 2021
1 parent ba0c426 commit d4fc091
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public void customize(RuntimeWiring.Builder builder) {
builder.type("Query", wiringBuilder -> wiringBuilder.dataFetcher("hello",
env -> "Hello world!"));
builder.type("Subscription", wiringBuilder -> wiringBuilder.dataFetcher("greetings",
env -> Flux.just("Hi", "Bonjour", "Hola", "Cio", "Zdravo")
env -> Flux.just("Hi", "Bonjour", "Hola", "Ciao", "Zdravo")
.delayElements(Duration.ofMillis(500))));
}

Expand Down

0 comments on commit d4fc091

Please sign in to comment.