Skip to content

updateRelation ​

Updates the specified Relation, requires RELATE_FROM_COMPONENT on the Component associated with start.

graphql
updateRelation(
  input: UpdateRelationInput!
): UpdateRelationPayload!

Arguments ​

updateRelation.input ● UpdateRelationInput! non-null input ​

Defines which Relation to update and how to update it

Type ​

UpdateRelationPayload object ​

Released under the MIT License.