Skip to content

IntraComponentDependencySpecificationTypeInput

Input to create an IntraComponentDependencySpecificationType

graphql
input IntraComponentDependencySpecificationTypeInput {
  description: String!
  name: String!
}

Fields

IntraComponentDependencySpecificationTypeInput.description ● String! non-null scalar

The description of the NamedNode

IntraComponentDependencySpecificationTypeInput.name ● String! non-null scalar

The name of the NamedNode, must not be blank

Member Of

CreateComponentTemplateInput input

Released under the MIT License.