Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Mar 09:36
e7d3d5a

What's Changed

  • Validate and rename types with the same name with system keywords such as query, mutation, and subscription. The engine will reject these names when building metadata.
  • Validate and fix duplicated names. This will introduce breaking changes in the schema and metadata.
    • All anonymous object types will have the Object suffix.
    • All enum scalars have the Enum suffix.
    • If the operation name or type name, the generator will add the number suffix and increase it until the name is no longer conflicted.
  • feat: response transformer allows you to transform the default body of your HTTP API response by configuring a response transform template. See response_transform.md
  • feat: Add a new setting runtime.enableRawRequest: boolean to allow turning on or off the sendHttpRequest mutation. The default value is true.

Full Changelog: v0.9.1...v0.10.0