yarax/swagger-to-graphql

Exclude headers from schema

adifaidz opened this issue · 0 comments

Hi, I've used the generator but can't really find a way to not include the headers in the schema. I've tried merging the headers from context but the schema still wants the headers to be passed.

Would it be possible to pass the headers normally instead of specifying them in my query? Or maybe specify them as optional ?