Skip to content

RelationLayoutInput ​

Input which defines the layout of a Relation

graphql
input RelationLayoutInput {
  points: [PointInput!]!
}

Fields ​

RelationLayoutInput.points ● [PointInput!]! non-null input ​

List of intermediate points of the relation

Member Of ​

UpdateRelationLayoutInput input

Released under the MIT License.