class UpdateViewInput(val relationLayouts: OptionalInput<List<UpdateRelationLayoutInput>>, val relationPartnerLayouts: OptionalInput<List<UpdateRelationPartnerLayoutInput>>, val filterByTemplate: OptionalInput<List<ID>>) : UpdateNamedNodeInput, UpdateLayoutInput
Input for the updateView mutation
Constructors
Link copied to clipboard
constructor(relationLayouts: OptionalInput<List<UpdateRelationLayoutInput>>, relationPartnerLayouts: OptionalInput<List<UpdateRelationPartnerLayoutInput>>, filterByTemplate: OptionalInput<List<ID>>)
Properties
Functions
Link copied to clipboard
Validates the relationPartnerLayouts and relationLayouts Ensures that there is only one layout per RelationPartner and Relation