Functions
reflectQuery
declaration
reflectQuery(
query:QueryTokenMetadata,implementations:ReflectedQueryImplementation): {defaultLimit?:number;description?:string;entity:string;implementations:ReflectedQueryImplementation;input:JSONSchema;label:string;name:string;type:QueryTokenType; }
Parameters
| Parameter | Type | Default value |
|---|---|---|
|
| |
|
|
Returns
{ defaultLimit?: number; description?: string; entity: string; implementations: ReflectedQueryImplementation; input: JSONSchema; label: string; name: string; type: QueryTokenType; }
| Name | Type |
|---|---|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|