graphql-net icon indicating copy to clipboard operation
graphql-net copied to clipboard

Add complexity annotations to fields and queries

Open rspeele opened this issue 8 years ago • 0 comments

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.

rspeele avatar Apr 16 '16 20:04 rspeele