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