Skip to content

sixrocketsstrong/gql-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Build Status Download

GQL-Java

GQL-Java is a builder-style DSL for assembling GraphQL queries in Java code. It's designed to let you define static elements and assemble them just-in-time. This is much easier to refactor a client call than static final String query constants.

Getting Started

These instructions will give you a quick overview of how to use GQL-Java to build queries and structure your project for maximum reuse.

Prerequisites

Java 8+

Installing

Use the "Download" link above to link to the Bintray repo with instructions on including in your Maven pom or Gradle build.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details

Acknowledgments

  • I wanted something like gql for JS. While this is not using a templating engine and what not, I was aiming for similar construction and reuse.

About

GraphQL Query DSL for Java

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages