UpdateRelationLayoutInput
Input to update the layout of a Relation
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