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

Mutations #87

Closed evanmcneely closed 2 years ago

evanmcneely commented 2 years ago

Summary

  1. Added a few cases for mutations that are specific to mutations. Anything containing nesting in the response, lists, nonNull, etc. is already covered in the query tests. Hoping someone can suggest some other cases that need to be handled.
  2. Started laying out tests for the connection pagination convention. We need a solution for unbounded lists in order to explore this further, so I did not get far.

Type of Change

Issues

closes #16

Evidence

Screen Shot 2022-07-26 at 9 46 08 AM Screen Shot 2022-07-26 at 9 48 01 AM