Skip to content

UpdateViewInput ​

Input for the updateView mutation

graphql
input UpdateViewInput {
  description: String
  filterByTemplate: [ID!]
  id: ID!
  name: String
  relationLayouts: [UpdateRelationLayoutInput!]
  relationPartnerLayouts: [UpdateRelationPartnerLayoutInput!]
}

Fields ​

UpdateViewInput.description ● String scalar ​

The description of the NamedNode

UpdateViewInput.filterByTemplate ● [ID!] list scalar ​

The new filter of the view

UpdateViewInput.id ● ID! non-null scalar ​

The id of the node to update

UpdateViewInput.name ● String scalar ​

The new name of the NamedNode, must not be empty

UpdateViewInput.relationLayouts ● [UpdateRelationLayoutInput!] list input ​

Defines the new layout of a set of Relations

UpdateViewInput.relationPartnerLayouts ● [UpdateRelationPartnerLayoutInput!] list input ​

Defines the new layout of a set of RelationPartners

Member Of ​

updateView mutation

Released under the MIT License.