/graphqlize-demo

Demo Applications Developed using GraphQLize

Primary LanguageHTMLThe UnlicenseUnlicense

graphqlize-demo

Demo applications developed using GraphQLize

Getting Started Guides

Getting started with GraphQLize is simple and involves only a few steps.

  1. Add the GraphQLize dependency in your project.
  2. Initialize GraphQLize Resolver by providing the Java SQL data source.
  3. Add a GraphQL API endpoint and use the initialized GraphQlize Resolver in the previous step.

The actual implementation of these steps will vary based on which language (Java, Clojure) and framework (Spring Boot, Spark Java, Pedestal, etc.). Please refer the below links for more details.

graphqlize-docker-demo