action monarchinitiative_get_node_resource { label: "Returns a graph node" description: "A node is an abstract representation of some kind of entity. The entity may be a physical thing such as a patient,\na molecular entity such as a gene or protein, or a conceptual entity such as a class from an ontology." provider: monarchinitiative method: GET path: "/graph/node/{id}" encoding: json output: { type: "array" items: { type: "object" } } }