UpdateRelationPartnerLayoutInput
Input to update the layout of a RelationPartner
input UpdateRelationPartnerLayoutInput {
layout: RelationPartnerLayoutInput
relationPartner: ID!
}
Fields
UpdateRelationPartnerLayoutInput.layout
● RelationPartnerLayoutInput
input
The new layout of the RelationPartner, or null if the layout should be reset
UpdateRelationPartnerLayoutInput.relationPartner
● ID!
non-null scalar
The id of the RelationPartner of which to update the layout
Member of
CreateViewInput
input ● UpdateProjectInput
input ● UpdateViewInput
input