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