CreateInterfaceSpecificationInput
Input for the createInterfaceSpecification mutation
input CreateInterfaceSpecificationInput {
  component: ID!
  description: String!
  name: String!
  template: ID!
  templatedFields: [JSONFieldInput!]!
  versions: [InterfaceSpecificationVersionInput!]
}
Fields
CreateInterfaceSpecificationInput.component ● ID! non-null scalar
The id of the Component the created InterfaceSpecification is part of
CreateInterfaceSpecificationInput.description ● String! non-null scalar
The description of the NamedNode
CreateInterfaceSpecificationInput.name ● String! non-null scalar
The name of the NamedNode, must not be blank
CreateInterfaceSpecificationInput.template ● ID! non-null scalar
The template of the created InterfaceSpecification
CreateInterfaceSpecificationInput.templatedFields ● [JSONFieldInput!]! non-null input
Initial values for all templatedFields
CreateInterfaceSpecificationInput.versions ● [InterfaceSpecificationVersionInput!] list input
Initial versions of the InterfaceSpecification
Member of
createInterfaceSpecification  mutation