{"message":{"query_graph":{"nodes":{"n1":{"id":null,"category":null,"is_set":false,"categories":["biolink:ChemicalSubstance"]},"n0":{"id":null,"category":null,"is_set":false,"ids":["MONDO:0005737"],"categories":["biolink:Disease"]}},"edges":{"e01":{"subject":"n0","object":"n1","predicate":null,"relation":null,"predicates":["biolink:treats"]}}},"knowledge_graph":{"nodes":{},"edges":{}},"results":[]},"logs":[{"timestamp":"2021-05-12T18:29:26.808667","level":"ERROR","code":null,"message":"{\"message\": \"Could not find a plan to traverse query graph\", \"line_number\": 157}"}],"status":null}
expected
200 response with logs indicating that biolink:treats cannot have subject biolinkDisease and object biolink:ChemicalSubstance, per the biolink model.
input
output
200 response with body
expected
200 response with logs indicating that
biolink:treats
cannot have subjectbiolinkDisease
and objectbiolink:ChemicalSubstance
, per the biolink model.