Interface RuntimeWiringConfigurator

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@UnstableApi @FunctionalInterface public interface RuntimeWiringConfigurator
Interface used to configure a scala type, data fetcher, directives, etc on the GraphQL service.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(graphql.schema.idl.RuntimeWiring.Builder builder)
    Configures the service using the specified RuntimeWiring.Builder.
  • Method Details

    • configure

      void configure(graphql.schema.idl.RuntimeWiring.Builder builder)
      Configures the service using the specified RuntimeWiring.Builder.