Skip to content

createRelation

Creates a new Relation, requires RELATE_FROM_COMPONENT on the Component associated with start.

graphql
createRelation(
  input: CreateRelationInput!
): CreateRelationPayload!

Arguments

createRelation.input ● CreateRelationInput! non-null input

Defines the created Relation

Type

CreateRelationPayload object

Released under the MIT License.