Urigo / graphql-cli

📟 Command line tool for common GraphQL development workflows

Home Page:https://graphql-cli.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Making generated resolvers utilizing graphql code generator types

wtrocki opened this issue · comments

Generated resolvers should use GraphQL-Code-Generator types.
Make init command resolvers layer work with graphql-code-generator generated types

New file preset is requred.
Example: https://github.com/dotansimha/graphql-code-generator/blob/master/packages/presets/near-operation-file/src/index.ts#L233-L243

This is taking little bit longer as I'm trying to see if it will be able to make it easier to manage complex config of the generator.

Source issue: aerogear/graphback#458