Class GraphqlConfig


  • public class GraphqlConfig
    extends Object
    Main configuration class for graphql framework that defines the path for graphql endpoint and if GraphiQL is enabled or not.
    Author:
    Steve Hu
    • Constructor Detail

      • GraphqlConfig

        public GraphqlConfig()
    • Method Detail

      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
      • isEnableGraphiQL

        public boolean isEnableGraphiQL()
      • setEnableGraphiQL

        public void setEnableGraphiQL​(boolean enableGraphiQL)
      • getSubscriptionsPath

        public String getSubscriptionsPath()
      • setSubscriptionsPath

        public void setSubscriptionsPath​(String subscriptionsPath)