CreateInterfaceSpecificationVersionInput
Input for the createInterfaceSpecificationVersion mutation
input CreateInterfaceSpecificationVersionInput {
  description: String!
  interfaceSpecification: ID!
  name: String!
  parts: [InterfacePartInput!]
  templatedFields: [JSONFieldInput!]!
  version: String!
}
Fields
CreateInterfaceSpecificationVersionInput.description ● String! non-null scalar
The description of the NamedNode
CreateInterfaceSpecificationVersionInput.interfaceSpecification ● ID! non-null scalar
The id of the InterfaceSpecification the created InterfaceSpecificationVersion is part of
CreateInterfaceSpecificationVersionInput.name ● String! non-null scalar
The name of the NamedNode, must not be blank
CreateInterfaceSpecificationVersionInput.parts ● [InterfacePartInput!] list input
Initial InterfaceParts
CreateInterfaceSpecificationVersionInput.templatedFields ● [JSONFieldInput!]! non-null input
Initial values for all templatedFields
CreateInterfaceSpecificationVersionInput.version ● String! non-null scalar
The version of the created InterfaceSpecificationVersion
Member of
createInterfaceSpecificationVersion  mutation