Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/micronaut-projects/micronaut-graphql
A repository for Micronaut and GraphQL integrations
https://github.com/micronaut-projects/micronaut-graphql
community-driven
Last synced: 2 days ago
JSON representation
A repository for Micronaut and GraphQL integrations
- Host: GitHub
- URL: https://github.com/micronaut-projects/micronaut-graphql
- Owner: micronaut-projects
- License: apache-2.0
- Created: 2018-12-12T07:14:07.000Z (almost 6 years ago)
- Default Branch: 4.5.x
- Last Pushed: 2024-10-30T20:01:59.000Z (9 days ago)
- Last Synced: 2024-10-30T21:17:09.481Z (9 days ago)
- Topics: community-driven
- Language: Java
- Homepage:
- Size: 4.68 MB
- Stars: 84
- Watchers: 20
- Forks: 44
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-graphql-java - micronaut-graphql
README
# Micronaut GraphQL
[![Maven Central](https://img.shields.io/maven-central/v/io.micronaut.graphql/micronaut-graphql.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.micronaut.graphql%22%20AND%20a:%22micronaut-graphql%22)
[![Build Status](https://github.com/micronaut-projects/micronaut-graphql/workflows/Java%20CI/badge.svg)](https://github.com/micronaut-projects/micronaut-graphql/actions)
[![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.micronaut.io/scans)This project includes integration between [Micronaut](http://micronaut.io) and [GraphQL Java](https://www.graphql-java.com/).
The Micronaut GraphQL integration can be used together with other GraphQL integration libraries like
[GraphQL Java Tools](https://github.com/graphql-java-kickstart/graphql-java-tools) and [GraphQL SPQR](https://github.com/leangen/graphql-spqr).## Documentation
See the [Documentation](https://micronaut-projects.github.io/micronaut-graphql/latest/guide/) for more information.
See the [Snapshot Documentation](https://micronaut-projects.github.io/micronaut-graphql/snapshot/guide/) for the current development docs.
## Examples
Examples can be found in the [examples](https://github.com/micronaut-projects/micronaut-graphql/tree/master/examples) directory.
## Snapshots and Releases
Snaphots are automatically published to [Sonatype Snapshots](https://oss.sonatype.org/content/repositories/snapshots/) using [Github Actions](https://github.com/micronaut-projects/micronaut-graphql/actions).
See the documentation in the [Micronaut Docs](https://docs.micronaut.io/latest/guide/index.html#usingsnapshots) for how to configure your build to use snapshots.
Releases are published to Maven Central via [Github Actions](https://github.com/micronaut-projects/micronaut-graphql/actions).
Releases are completely automated. To perform a release use the following steps:
* [Publish the draft release](https://github.com/micronaut-projects/micronaut-graphql/releases). There should be already a draft release created, edit and publish it. The Git Tag should start with `v`. For example `v1.0.0`.
* [Monitor the Workflow](https://github.com/micronaut-projects/micronaut-graphql/actions?query=workflow%3ARelease) to check it passed successfully.
* If everything went fine, [publish to Maven Central](https://github.com/micronaut-projects/micronaut-graphql/actions?query=workflow%3A"Maven+Central+Sync").
* Celebrate!