Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

graphqlize/graphqlize-demo

Repository files navigation

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