Skip to content

deleteInterfacePart ​

Deletes the specified InterfacePart, requires ADMIN on the Component of the InterfaceSpecification of the InterfacePart to delete

graphql
deleteInterfacePart(
  input: DeleteNodeInput!
): DeleteNodePayload!

Arguments ​

deleteInterfacePart.input ● DeleteNodeInput! non-null input ​

Defines which InterfacePart to delete

Type ​

DeleteNodePayload object ​

Payload type for delete node mutations

Released under the MIT License.