Skip to content

Commit

Permalink
add metakg as query option
Browse files Browse the repository at this point in the history
  • Loading branch information
rjawesome committed Apr 22, 2024
1 parent 447dd64 commit b5fd5ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/types/src/tasks.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { MessagePort } from "worker_threads";
import { APIList } from "./misc";
import { TrapiQueryGraph, TrapiResponse, TrapiSchema, TrapiWorkflow } from "./trapi";
import { SmartAPIKGOperationObject } from "@biothings-explorer/smartapi-kg";

// Options as they are assembled from the route
export interface QueryOptions {
Expand All @@ -10,6 +11,7 @@ export interface QueryOptions {
teamName?: string;
dryrun?: boolean;
caching?: boolean; // from request url query values
metakg?: SmartAPIKGOperationObject[]; // list of meta kg ops
}

// Options as they are passed to the Query Handler
Expand Down

0 comments on commit b5fd5ed

Please sign in to comment.