Interface GraphqlConfigurator

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 GraphqlConfigurator
Interface used to configure the GraphQL.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(graphql.GraphQL.Builder builder)
    Configures the GraphQL using the specified GraphQL.Builder.
  • Method Details

    • configure

      void configure(graphql.GraphQL.Builder builder)
      Configures the GraphQL using the specified GraphQL.Builder.