GraphQL-Gate
GraphQL-Gate copied to clipboard
Completed analysis of include and skip directives
Summary
- adds support for
@skipand@includedirectives for more accurate cost analysis for queries using these directives - adds tests for these directives on objects, interfaces/fragments
Type of Change
- [x] New feature (non-breaking change which adds functionality)
Issues
closes #95
Evidence

I ended up refactoring things a bit to check all directives in the array.
