dataloader-codegen
dataloader-codegen copied to clipboard
🤖 dataloader-codegen is an opinionated JavaScript library for automatically generating DataLoaders over a set of resources (e.g. HTTP endpoints).
In [Yelp/bravado](https://github.com/Yelp/bravado), developers can specify per-request configuration by passing in `_request_options` to the service call. A potential usecase is specifying headers which are consumed by the downstream service (or services...
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 15.0.0 to 15.0.1. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for yargs-parser since your...
This looks super nifty https://github.com/atlassian/better-ajv-errors and a way to improve the DX (we use ajv for parsing the dataloader-codegen config file)
Bumps [ensure-error](https://github.com/sindresorhus/ensure-error) from 2.0.0 to 3.0.1. Release notes Sourced from ensure-error's releases. v3.0.1 Guarantee stack property in TypeScript typings (#3) fff8d68 https://github.com/sindresorhus/ensure-error/compare/v3.0.0...v3.0.1 v3.0.0 Breaking Require Node.js 10 7486685 Make the...
Right now, we assume that resources look something like this: ```js function getFoo({ count, type, somethingElse }, fetch, options) { ... ``` i.e. we assume that the underlying resource takes...
Opening an issue to track adding native TypeScript support for output of this library. (Until we have a native option for TypeScript, consider using https://github.com/Khan/flow-to-ts or https://github.com/bcherny/flow-to-typescript ?) Would you...
Divided into two commits 1. add ts clientlib for swapi 2. as ts language option
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
Bumps [json5](https://github.com/json5/json5) from 2.1.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...