0.0.3 • Published 3 years ago

@nx-schematics/graphql v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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