graphql / dataloader

DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a consistent API over various backends and reduce requests to those backends via batching and caching.
MIT License
12.89k stars 515 forks source link

Setup publish token for CI #301

Closed saihaj closed 2 years ago

saihaj commented 2 years ago

Hey! Can we setup NPM access token named NPM_AUTH_TOKEN so we can use CI to publish new versions.