Skip to content

CreateIntraComponentDependencySpecificationPayload

No description

graphql
type CreateIntraComponentDependencySpecificationPayload {
  intraComponentDependencySpecification: IntraComponentDependencySpecification!
}

Fields

CreateIntraComponentDependencySpecificationPayload.intraComponentDependencySpecification ● IntraComponentDependencySpecification! non-null object

The created IntraComponentDependencySpecification

Returned By

createIntraComponentDependencySpecification mutation

Released under the MIT License.