Type alias VertexSchemaHookCallback
VertexSchemaHookCallback: ((schemaString: string, source: string, relationship?: object | null) => string)
Type declaration
-
- (schemaString: string, source: string, relationship?: object | null): string
-
Parameters
-
schemaString: string
-
source: string
-
Optional relationship: object | null
Returns string