Skip to content

UpdateRelationLayoutInput

Input to update the layout of a Relation

graphql
input UpdateRelationLayoutInput {
  layout: RelationLayoutInput
  relation: ID!
}

Fields

UpdateRelationLayoutInput.layout ● RelationLayoutInput input

The new layout of the Relation, or null if the layout should be reset

UpdateRelationLayoutInput.relation ● ID! non-null scalar

The id of the Relation of which to update the layout

Member Of

CreateViewInput input ● UpdateProjectInput input ● UpdateViewInput input

Released under the MIT License.