Rename RuntimeWiringCustomizer in reference docs
See 9d4ebfe743
Closes gh-102
This commit is contained in:
@@ -116,13 +116,13 @@ spring.graphql.schema.printer.enabled=false
|
||||
[[boot-graphql-datafetcher]]
|
||||
== `DataFetcher` Registration
|
||||
|
||||
You can declare `RuntimeWiringCustomizer` beans in your Spring config and use those to
|
||||
You can declare `RuntimeWiringBuilderCustomizer` beans in your Spring config and use those to
|
||||
register data fetchers, type resolvers, and more with the GraphQL engine:
|
||||
|
||||
[source,java,indent=0,subs="verbatim,quotes"]
|
||||
----
|
||||
@Component
|
||||
public class PersonDataWiring implements RuntimeWiringCustomizer {
|
||||
public class PersonDataWiring implements RuntimeWiringBuilderCustomizer {
|
||||
|
||||
private final PersonService service;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user