Skip to content

UpdateIntraComponentDependencySpecificationPayload

No description

graphql
type UpdateIntraComponentDependencySpecificationPayload {
  intraComponentDependencySpecification: IntraComponentDependencySpecification!
}

Fields

UpdateIntraComponentDependencySpecificationPayload.intraComponentDependencySpecification ● IntraComponentDependencySpecification! non-null object

The updated IntraComponentDependencySpecification

Returned By

updateIntraComponentDependencySpecification mutation

Released under the MIT License.