Skip to main content

UpdateInterfacePartInput

Input for the updateInterfacePart mutation

input UpdateInterfacePartInput {
description: String
id: ID!
name: String
templatedFields: [JSONFieldInput!]
}

Fields

UpdateInterfacePartInput.description ● String scalar

The description of the NamedNode

UpdateInterfacePartInput.id ● ID! non-null scalar

The id of the node to update

UpdateInterfacePartInput.name ● String scalar

The new name of the NamedNode, must not be empty

UpdateInterfacePartInput.templatedFields ● [JSONFieldInput!] list input

Values for templatedFields to update

Member of

updateInterfacePart mutation