Package com.viglet.turing.api.sn.graphql
Class GraphQLConfig
java.lang.Object
com.viglet.turing.api.sn.graphql.GraphQLConfig
- All Implemented Interfaces:
org.springframework.graphql.execution.RuntimeWiringConfigurer
@Configuration
public class GraphQLConfig
extends Object
implements org.springframework.graphql.execution.RuntimeWiringConfigurer
GraphQL Configuration for Turing Semantic Navigation.
- Since:
- 0.3.6
- Author:
- Alexandre Oliveira
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(graphql.schema.idl.RuntimeWiring.Builder builder) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.graphql.execution.RuntimeWiringConfigurer
configure, setTypeDefinitionRegistry
-
Constructor Details
-
GraphQLConfig
public GraphQLConfig()
-
-
Method Details
-
configure
public void configure(graphql.schema.idl.RuntimeWiring.Builder builder) - Specified by:
configure
in interfaceorg.springframework.graphql.execution.RuntimeWiringConfigurer
-