oslabs-beta / GraphQL-Gate

A GraphQL rate limiting library with query complexity analysisfor Node.js
http://graphqlgate.io
MIT License
57 stars 2 forks source link

v1.3.0 deployment #103

Closed evanmcneely closed 2 years ago

evanmcneely commented 2 years ago

Summary

Non-breaking change that exposes new functionality

  1. exposes complexity analysis functionality under the name QueryParser and typeWeightsFromSchema
  2. attempt at deployment through travis with npm run build:fix to add file extensions (will need to confirm this works and possibly manually deploy)

Type of Change