Skip to content

GraphQL Support version 0.30.0

Choose a tag to compare

@zapbot zapbot released this 03 Feb 09:10
· 968 commits to main since this release
f18a402

Added

  • GraphQL Cycle detection: Imported schemas are processed for circular type references, and an alert is created for each unique circular relationship that is found.
    The cycle detection exhaustiveness and the maximum number of alerts raised are configurable.