kensho-technologies / graphql-compiler

Turn complex GraphQL queries into optimized database queries.
Apache License 2.0
550 stars 50 forks source link

Add query planning typedefs #1013

Closed chewselene closed 3 years ago

chewselene commented 3 years ago

Adds basic query planning type definitions including SimpleExecute.

Part of the refactor in #1008

codecov[bot] commented 3 years ago

Codecov Report

Merging #1013 (442c8f4) into main (0cb05d4) will decrease coverage by 1.12%. The diff coverage is 0.00%.

:exclamation: Current head 442c8f4 differs from pull request most recent head c0b0ca7. Consider uploading reports for the commit c0b0ca7 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1013      +/-   ##
==========================================
- Coverage   94.38%   93.25%   -1.13%     
==========================================
  Files         113      114       +1     
  Lines        9088     9198     +110     
==========================================
  Hits         8578     8578              
- Misses        510      620     +110     
Impacted Files Coverage Δ
graphql_compiler/query_planning/typedefs.py 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0cb05d4...c0b0ca7. Read the comment docs.