Skip to main content
Version: v3.x

Compatibility Config

Introduction

The CompatibilityConfig object is a metadata object that defines the compatibility configuration of the Hasura metadata. The date field in the CompatibilityConfig object specifies the date after which any backwards incompatible changes made to Hasura DDN won't impact the metadata.

The CompatibilityConfig object belongs to the supergraph and can be defined once across your supergraph in any subgraph of your choice.

By default, all projects are created with a default CompatibilityConfig object in the globals subgraph.

Metadata structure

v2_CompatibilityConfig

The compatibility configuration of the Hasura metadata.

KeyValueRequiredDescription
kindCompatibilityConfigtrue
datestringtrueAny backwards incompatible changes made to Hasura DDN after this date won't impact the metadata.
Loading...