Interface GenerateGraphQLSchemaConfiguration

All Superinterfaces:
CommonConfiguration

public interface GenerateGraphQLSchemaConfiguration extends CommonConfiguration
This interface contains the getters for all the plugin parameters for the generate-relay-schema goal (Maven) or task (Gradle) of the plugin.
Author:
etienne-sf
  • Field Details

  • Method Details

    • getResourceEncoding

      String getResourceEncoding()
      The encoding for the generated resource files
    • getTargetFolder

      File getTargetFolder()
      The folder where the generated GraphQL schema will be stored
    • getTargetSchemaFileName

      String getTargetSchemaFileName()
      The name of the target filename, in which the schema is generated. This file is stored in the folder, defined in the targetFolder plugin parameter.
    • logConfiguration

      default void logConfiguration()
      Logs all the configuration parameters, in the debug level
      Specified by:
      logConfiguration in interface CommonConfiguration