Class InitializeGraphQlCommandLineRunner

java.lang.Object
ai.stapi.graphql.InitializeGraphQlCommandLineRunner
All Implemented Interfaces:
org.springframework.boot.CommandLineRunner

public class InitializeGraphQlCommandLineRunner extends Object implements org.springframework.boot.CommandLineRunner
  • Constructor Details

    • InitializeGraphQlCommandLineRunner

      public InitializeGraphQlCommandLineRunner(GraphQLProvider graphQLProvider)
  • Method Details

    • run

      public void run(String... args)
      Specified by:
      run in interface org.springframework.boot.CommandLineRunner