CreateViewInput
Input for the createView mutation
input CreateViewInput {
description: String!
filterByTemplate: [ID!]!
name: String!
project: ID!
relationLayouts: [UpdateRelationLayoutInput!]
relationPartnerLayouts: [UpdateRelationPartnerLayoutInput!]
}
Fields
CreateViewInput.description
● String!
non-null scalar
The description of the NamedNode
CreateViewInput.filterByTemplate
● [ID!]!
non-null scalar
The new filter of the view
CreateViewInput.name
● String!
non-null scalar
The name of the NamedNode, must not be blank
CreateViewInput.project
● ID!
non-null scalar
The id of the project the view belongs to
CreateViewInput.relationLayouts
● [UpdateRelationLayoutInput!]
list input
Defines the new layout of a set of Relations
CreateViewInput.relationPartnerLayouts
● [UpdateRelationPartnerLayoutInput!]
list input
Defines the new layout of a set of RelationPartners
Member of
createView
mutation