Skip to content

deleteRelation

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

graphql
deleteRelation(
  input: DeleteNodeInput!
): DeleteNodePayload!

Arguments

deleteRelation.input ● DeleteNodeInput! non-null input

Defines which Relation to delete

Type

DeleteNodePayload object

Payload type for delete node mutations

Released under the MIT License.