Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/skills / spec / getGraphorinMapping

Function: getGraphorinMapping()

ts
function getGraphorinMapping(field): 
  | GraphorinMappingEntry
  | undefined;

Defined in: packages/skills/src/spec/index.ts:121

Resolve the mapping entry for a graphorin-* field. Returns undefined if the field is not known to the snapshot.

Parameters

ParameterType
fieldstring

Returns

| GraphorinMappingEntry | undefined

Stable