Skip to content

Latest commit

聽

History

History
11 lines (7 loc) 路 540 Bytes

File metadata and controls

11 lines (7 loc) 路 540 Bytes

Release type: patch

Added option for the export_schema command to override the output federation version. usage example: strawberry export-schema --federation-version=2.5

This change ONLY affects "strawberry export-schema" command and is fully backward-compatible without any logic change.

Warning: Please use with caution!!

If the schema define directives that are not supported by the specified version (in the override parameter) the schema will still generate the output using the value from the override, and may break at runtime.