fieldsOnDisjointTypesMustMerge

abstract val fieldsOnDisjointTypesMustMerge: Property<Boolean>

Whether fields with different shape are disallowed to be merged in disjoint types.

Note: setting this to false relaxes the standard GraphQL FieldsInSetCanMerge validation which may still be run on the backend.

See also issue 4320

Default: true.