Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 2.12 KB

HELP.md

File metadata and controls

38 lines (27 loc) · 2.12 KB

Getting Started

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

GraphQL code generation with DGS

This project has been configured to use the Netflix DGS Codegen plugin. This plugin can be used to generate client files for accessing remote GraphQL services. The default setup assumes that the GraphQL schema file for the remote service is added to the src/main/resources/graphql-client/ location.

You can learn more about the plugin configuration options and how to use the generated types to adapt the default setup.