Skip to content

Commit

Permalink
Merge branch 'move-redisclient' of https://github.com/biothings/bioth…
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Mar 22, 2024
2 parents f8aadfe + 30ba811 commit 01ebabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/src/tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export interface QueryHandlerOptions extends QueryOptions {
provenanceUsesServiceProvider?: boolean;
enableIDResolution?: boolean;
apiList?: APIList;
schema?: unknown; // might be hard to type -- it's the entire TRAPI schema IIRC
schema?: { info: { version: string } }; // might be hard to type -- it's the entire TRAPI schema IIRC
resolveOutputIDs?: boolean;
EDGE_ATTRIBUTES_USED_IN_RECORD_HASH?: string[];
}
Expand Down

0 comments on commit 01ebabf

Please sign in to comment.