Skip to content

Pull requests: slicknode/graphql-query-complexity

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Add maxQueryNodes limit
#98 by ivome was merged Apr 8, 2025 Loading… updated Apr 8, 2025
Update github actions/cache version
#97 by ivome was merged Apr 6, 2025 Loading… updated Apr 6, 2025
Fix NodeJS runtime compatibility
#94 by ivome was merged Apr 6, 2025 Loading… updated Apr 6, 2025
Include meta fields (__typename, __type, __schema) against total field complexity [2]
#92 by Squarix was merged May 28, 2024 Loading… updated Jun 10, 2024
fix(ESM package): QueryComplexity import CJS module from GraphQL
#91 by hqtoan94 was merged Jun 10, 2024 Loading… updated Jun 10, 2024
Default non-defined graphql operations to have 0 complexity
#89 by BasKiers was merged May 28, 2024 Loading… updated May 28, 2024
Include meta fields (__typename, __type, __schema) against total field complexity
#90 by jvanst was closed May 28, 2024 Loading… updated May 28, 2024
Add path of GraphQL node being evaluated to estimator args
#83 by eduhenke was closed Dec 14, 2022 Loading… updated Dec 14, 2022
Ignore Missing Ignore/Skip Directives
#73 by Vince-Smith was closed Aug 29, 2022 Loading… updated Aug 29, 2022
Bump version to v0.12.0
#79 by marcosansoni was merged Aug 29, 2022 Loading… updated Aug 29, 2022
import graphql/**/*.mjs instead of graphql/**/*.js files in ESM build output
#80 by andresusanto was closed Aug 29, 2022 Loading… updated Aug 29, 2022
Report variable coercion errors
#78 by ivome was merged Aug 27, 2022 Loading… updated Aug 27, 2022
Add a context option for passing the request context to estimators
#77 by hayes was merged Aug 27, 2022 Loading… updated Aug 27, 2022
Add GraphQL v16 support #66
#68 by ivome was merged Nov 8, 2021 Loading… updated Nov 8, 2021
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… updated Nov 8, 2021
ESM CommonJS hybrid module support
#67 by ivome was merged Nov 8, 2021 Loading… updated Nov 8, 2021
Dependency updates
#63 by ivome was merged Oct 21, 2021 Loading… updated Oct 21, 2021
Return max complexity for UnionType / Interfaces
#33 by ivome was merged Aug 12, 2020 Loading… updated Oct 21, 2021
Field extension estimator #19
#20 by ivome was merged Oct 6, 2019 Loading… updated Oct 21, 2021
Feature/fix babel runtime missing dependency
#9 by ivome was merged Aug 22, 2018 Loading… updated Oct 21, 2021
Bump lodash from 4.17.15 to 4.17.19 dependencies Pull requests that update a dependency file
#32 by dependabot bot was closed Aug 13, 2020 Loading… updated Oct 21, 2021
Catch invalid graphql query
#36 by ivome was merged Nov 20, 2020 Loading… updated Oct 21, 2021
Setup Prettier code style
#51 by ivome was merged May 4, 2021 Loading… updated Oct 21, 2021
Add support default values for query variables, fixes #50
#52 by ivome was merged May 4, 2021 Loading… updated Oct 21, 2021
Add ES module support #37
#56 by ivome was merged Aug 9, 2021 Loading… updated Oct 21, 2021
ProTip! Exclude everything labeled bug with -label:bug.