Skip to content

Files

Latest commit

a91a9b2 · Feb 19, 2023

History

History

graphql

Spring GraphQL Components

This GraphQL Service Lib module contains shared code for all Spring Boot GraphQL Services

Any duplicate business logic code from all Spring GraphQL Services in services/*** should be centralized in this module.

Note: code here is not reusable beyond this workspace domain.

Test

gradle libs:graphql:test

Build

gradle libs:graphql:clean
gradle libs:graphql:build