Search code examples
javakotlincommand-line-interfacegraphqlmicronaut

Micronaut cli graphql setup


Is it possible to pass a feature to micronaut cli to integrate a new application with graphQL, for example like this:

mn create-app -f grephql name

Solution

  • Currently no. The current GraphQL support does not have a corresponding feature in the CLI. https://github.com/micronaut-projects/micronaut-graphql