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