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.
Interface used to configure the
GraphQL.-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(graphql.GraphQL.Builder builder) Configures theGraphQLusing the specifiedGraphQL.Builder.
-
Method Details
-
configure
void configure(graphql.GraphQL.Builder builder) Configures theGraphQLusing the specifiedGraphQL.Builder.
-