[**graphtransliterator-ts**](../README.md) *** [graphtransliterator-ts](../README.md) / getNodeType # Function: getNodeType() > **getNodeType**\<`T`, `N`, `E`\>(`graph`, `id`): `T` Defined in: [Graphs.ts:151](https://github.com/seanpue/graphtransliterator/blob/83f4eb8e6b7957664bb77a2ded02cf6a46ce9fff/packages/graphtransliterator-ts/src/Graphs.ts#L151) Direct evaluation query returning the explicit type variant assigned to a node coordinate. ## Type Parameters ### T `T` ### N `N` ### E `E` ## Parameters ### graph [`DirectedGraph`](../interfaces/DirectedGraph.md)\<`T`, `N`, `E`\> ### id `number` ## Returns `T`