aexol-studio / axolotl

Type-safe GraphQL Schema-first Framework around popular GraphQL servers
https://axolotl-docs.vercel.app
MIT License
27 stars 0 forks source link

Provide a chaos command to run chaos tests #20

Open aexol opened 6 months ago

aexol commented 6 months ago
axolotl chaos

This should run random queries on the whole axolotl resolver set. It should accept headers as an option if the requests needs to be authorized

aexol commented 6 months ago

Also provide option to input variables to every query running to achieve controlled chaos. Allow to save queries somehow.