mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
Error fix for RelationshipTargetDoesNotSupportForEach (#309)
V3_GIT_ORIGIN_REV_ID: 1fb982ff3b84e6634d534d273823666e620ccc94
This commit is contained in:
parent
0669ff3d32
commit
c31844d383
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user