-
Notifications
You must be signed in to change notification settings - Fork 41
Pull requests: slicknode/graphql-query-complexity
Pull requests list
Include meta fields (__typename, __type, __schema) against total field complexity [2]
#92
by Squarix
was merged May 28, 2024
Loading...
fix(ESM package): QueryComplexity import CJS module from GraphQL
#91
by hqtoan94
was merged Jun 10, 2024
Loading...
Include meta fields (__typename, __type, __schema) against total field complexity
#90
by jvanst
was closed May 28, 2024
Loading...
Default non-defined graphql operations to have 0 complexity
#89
by BasKiers
was merged May 28, 2024
Loading...
Add path of GraphQL node being evaluated to estimator args
#83
by eduhenke
was closed Dec 14, 2022
Loading...
import
graphql/**/*.mjs
instead of graphql/**/*.js
files in ESM build output
#80
by andresusanto
was closed Aug 29, 2022
Loading...
Add a context option for passing the request context to estimators
#77
by hayes
was merged Aug 27, 2022
Loading...
Bump ansi-regex from 5.0.0 to 5.0.1
dependencies
Pull requests that update a dependency file
#64
by dependabot
bot
was closed Nov 8, 2021
Loading...
Invalid argument values handling, error reporting in getComplexity
#62
by ivome
was merged Oct 21, 2021
Loading...
Add fallback for missing child complexity in simple estimator
#58
by kjarmicki
was closed Sep 7, 2021
Loading...
Bump glob-parent from 5.1.1 to 5.1.2
dependencies
Pull requests that update a dependency file
#54
by dependabot
bot
was closed Aug 9, 2021
Loading...
Bump lodash from 4.17.15 to 4.17.21
dependencies
Pull requests that update a dependency file
#53
by dependabot
bot
was closed Aug 9, 2021
Loading...
Add support default values for query variables, fixes #50
#52
by ivome
was merged May 4, 2021
Loading...
ProTip!
Exclude everything labeled
bug
with -label:bug.