Class DBSchemaGenerator
java.lang.Object
graphql.schema.database.generator.DBSchemaGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
createSchema
(Connection connection, String graphqlSchemaFile) Method to create a GraphQL schema using DB Connection and write the generated schema to destination location
-
Constructor Details
-
DBSchemaGenerator
public DBSchemaGenerator()
-
-
Method Details
-
createSchema
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 URLgraphqlSchemaFile
- Path for database schema file name and path.
-