Skip to content

DeleteNodePayload

Payload type for delete node mutations

graphql
type DeleteNodePayload {
  id: ID!
}

Fields

DeleteNodePayload.id ● ID! non-null scalar

The id of the deleted Node

Returned By

deleteArtefact mutation ● deleteComponent mutation ● deleteComponentPermission mutation ● deleteComponentVersion mutation ● deleteGlobalPermission mutation ● deleteIMS mutation ● deleteIMSPermission mutation ● deleteIMSProject mutation ● deleteInterfacePart mutation ● deleteInterfaceSpecification mutation ● deleteInterfaceSpecificationVersion mutation ● deleteIntraComponentDependencySpecification mutation ● deleteIssue mutation ● deleteLabel mutation ● deleteLegalInformation mutation ● deleteProject mutation ● deleteProjectPermission mutation ● deleteRelation mutation ● deleteView mutation

Released under the MIT License.