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