Remove Biomarker Category
Argument
Type
Description
Available Fields
Field Name
Type
Description
Example
mutation deleteBiomarkerCategory {
deleteBiomarkerCategory(
id: "QmlvbWFya2VyQ2F0ZWdvcnk6MTE1"
)
{
success
message
}
}
{
"data": {
"deleteBiomarkerCategory": {
"success": true,
"message": "Biomarker category deleted"
}
}
}Last updated
Was this helpful?