feathers-plus / generator-feathers-plus

A Yeoman generator to (re)generate a FeathersJS application supporting both REST and GraphQL architectural concepts and their query languages.

Home Page:https://generator.feathers-plus.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small improvement for GraphQL resolvers.

eddyystop opened this issue · comments

The GraphQL resolvers generate const convertArgs = convertArgsToFeathers([]);. It may be more flexible to generate const convertArgs = convertArgsToFeathers(foo); and elsewhere have let foo = []; as this would allow an easy global change.