We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 296e77d commit abb1a03Copy full SHA for abb1a03
1 file changed
graphql/types/src/graphile.ts
@@ -42,7 +42,7 @@ export interface ApiOptions {
42
isPublic?: boolean;
43
/** Schemas containing metadata tables */
44
metaSchemas?: string[];
45
- /** Enable multi-tenancy cache (template-based instance sharing across tenants) */
+ /** Enable multi-tenancy cache (buildKey-based handler reuse across matching inputs) */
46
useMultiTenancyCache?: boolean;
47
}
48
0 commit comments