Skip to main content
Version: v3.x beta

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.

As this relates to the entire supergraph of a Hasura project, the CompatibilityConfig object lives in the /supergraph subdirectory of your project.

Metadata structure

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...