Skip to content

GraphQL Support version 0.12.0

Choose a tag to compare

@zapbot zapbot released this 17 Nov 11:28
· 6470 commits to main since this release
6517917

Changed

  • The GraphQL Support Script has been superseded by a variant.
  • Argument names will now be used to get values from the form handler add-on, instead of argument types.
  • Dependency updates and maintenance changes.

Fixed

  • Introspection was not working for some applications (Issue 7602).
  • Variables in JSON queries were being added incorrectly.
  • Attack payloads were being injected outside the quotes of inline string arguments.