Error fix for RelationshipTargetDoesNotSupportForEach (#309)

V3_GIT_ORIGIN_REV_ID: 1fb982ff3b84e6634d534d273823666e620ccc94
This commit is contained in:
Puru Gupta 2024-01-31 19:08:47 +05:30 committed by hasura-bot
parent 0669ff3d32
commit c31844d383

View File

@ -405,7 +405,7 @@ pub enum Error {
argument_name: ArgumentName,
relationship_name: RelationshipName,
},
#[error("The target data connector {data_connector_name} for relationship {relationship_name} on type {type_name} does not support the foreach capability")]
#[error("The target data connector {data_connector_name} for relationship {relationship_name} on type {type_name} does not support the variables capability")]
RelationshipTargetDoesNotSupportForEach {
type_name: Qualified<CustomTypeName>,
relationship_name: RelationshipName,