graphql-net
graphql-net copied to clipboard
Add complexity annotations to fields and queries
Depends heavily on #17 .
It should be possible for me, when defining my schema, to plug my own numbers into the complexity estimate system.
For example, user.Commits
may have a typical complexity of anywhere from 0 to 10000, while issue.Comments
has a complexity more like 0 to 30.