Skip to main content

GraphDefinitionDelete

Delete an existing GraphDefinition resource.

Mutation

mutation GraphDefinitionDelete($id: ID!, ) {
GraphDefinitionDelete(id: $id, ) {
id
}
}

Input

  • id: ID of the resource to delete

Return Type

Returns the ID of the deleted resource.