@nx-schematics/graphql

Nx Generator and Executors for GraphQl

Usage no npm install needed!

<script type="module">
  import nxSchematicsGraphql from 'https://cdn.skypack.dev/@nx-schematics/graphql';
</script>

README

GraphQL Generator

This is a fork of the wonderful @ng-builder/graphql made by Lukas Holzer lukas.holzer@dynatrace.com This fork aims to provide more options to be more flexible to project needs.

This angular builder is using the graphql-code-generator to generate apollo services for your angular application.

Installation

First of all you need to install the builder package.

nx add @nx-schematics/graphql

Usage