Class SpqrProperties.Relay
java.lang.Object
io.leangen.graphql.spqr.spring.autoconfigure.SpqrProperties.Relay
- Enclosing class:
- SpqrProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanvoidsetConnectionCheckRelaxed(boolean connectionCheckRelaxed) voidsetEnabled(boolean enabled) voidsetMutationWrapper(String mutationWrapper) voidsetMutationWrapperDescription(String mutationWrapperDescription) voidsetSpringDataCompatible(boolean springDataCompatible)
-
Constructor Details
-
Relay
public Relay()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getMutationWrapper
-
setMutationWrapper
-
getMutationWrapperDescription
-
setMutationWrapperDescription
-
isConnectionCheckRelaxed
public boolean isConnectionCheckRelaxed() -
setConnectionCheckRelaxed
public void setConnectionCheckRelaxed(boolean connectionCheckRelaxed) -
isSpringDataCompatible
public boolean isSpringDataCompatible() -
setSpringDataCompatible
public void setSpringDataCompatible(boolean springDataCompatible)
-