public class GraphQLSchemaGenerator
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static graphql.schema.GraphQLSchema
static void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GraphQLSchemaGenerator
public GraphQLSchemaGenerator()
-
Method Details
-
generateSchema
public static graphql.schema.GraphQLSchema generateSchema(String jdbcUrl,
String username,
String password,
String tableName)
-
main
public static void main(String[] args)