Skip to content

apollo-parser@0.2.8

Choose a tag to compare

@lrlna lrlna released this 10 Jun 14:09
· 738 commits to main since this release
71af407

0.2.8 - 2022-06-10

Fix

  • Use recursion limit both for selection set and field parsing - garypen and lrlna, pull/244

    This properly unifies the limits around recursion for both:

    • selection sets
    • fields

    The tests are expanded and properly exercise the various possible outcomes
    with recursion limits.Fixes a bug with