UpdateIMSProjectInput
Input for the updateIMSProject mutation
input UpdateIMSProjectInput {
description: String
id: ID!
name: String
templatedFields: [JSONFieldInput!]
}
Fields
UpdateIMSProjectInput.description
● String
scalar
The description of the NamedNode
UpdateIMSProjectInput.id
● ID!
non-null scalar
The id of the node to update
UpdateIMSProjectInput.name
● String
scalar
The new name of the NamedNode, must not be empty
UpdateIMSProjectInput.templatedFields
● [JSONFieldInput!]
list input
Values for templatedFields to update
Member of
updateIMSProject
mutation