Skip to content

deleteComponent ​

Deletes the specified Component, requires ADMIN on the component to delete

graphql
deleteComponent(
  input: DeleteNodeInput!
): DeleteNodePayload!

Arguments ​

deleteComponent.input ● DeleteNodeInput! non-null input ​

Defines which Component to delete

Type ​

DeleteNodePayload object ​

Payload type for delete node mutations

Released under the MIT License.