Skip to content

Creating a copy of DGS codegen so we can make contributions if needed

License

Notifications You must be signed in to change notification settings

cortexapps/dgs-codegen

 
 

Repository files navigation

CI GitHub release Apache 2.0

DGS Code Generation Plugin

The DGS Code Generation plugin generates code during your project’s build process based on your GraphQL schema file. The plugin generates the following:

  • Data types for types, input types, enums and interfaces.
  • A DgsConstants class containing the names of types and fields
  • A type safe query API that represents your queries
  • Example data fetchers

Getting Started

To get started with the DGS Framework the getting started guide is great starting place. Documentation for DGS Code Generation can be found here.

Contributing, asking questions and reporting issues.

Please read our contributor guide!

About

Creating a copy of DGS codegen so we can make contributions if needed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 98.8%
  • Other 1.2%