Class DBSchemaGenerator

java.lang.Object
graphql.schema.database.generator.DBSchemaGenerator

public class DBSchemaGenerator extends Object
  • Constructor Details

    • DBSchemaGenerator

      public DBSchemaGenerator()
  • Method Details

    • createSchema

      public static void createSchema(Connection connection, String graphqlSchemaFile)
      Method to create a GraphQL schema using DB Connection and write the generated schema to destination location
      Parameters:
      connection - Database Connection object. Make sure to pass the DB name as a part of the connection URL
      graphqlSchemaFile - Path for database schema file name and path.