2fd / graphdoc

Static page generator for documenting GraphQL Schema
https://2fd.github.io/graphdoc
MIT License
1.56k stars 136 forks source link

Directives missing from fields and schema methods #167

Open jreading opened 4 years ago

jreading commented 4 years ago

We have several directives on attributes and methods, but they aren't showing in the docs.

The directives section includes them, but with the message "This element is not required by anyone."

I swore this was working at some point, but I may be mistaken. Is this supported?

gregsdennis commented 4 years ago

I'm also seeing this. I'm using HotChocolate (.Net) to serve requests, which includes an authorize directive. The direct appears in the section, but it says that it doesn't apply to anything.

Kanakala commented 2 years ago

I'm having the same issue. @jreading @gregsdennis Have you figured it out by any chance?