We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6da94 commit a53ececCopy full SHA for a53ecec
packages/ai/src/mocking/GrowingSchema.ts
@@ -73,11 +73,11 @@ export class GrowingSchema {
73
74
try {
75
if (!this.seenQueries.has(query)) {
76
- this.seenQueries.add(query);
77
this.mergeQueryIntoSchema(operation, response);
78
}
79
80
this.validateResponseAgainstSchema(query, operation, response);
+ this.seenQueries.add(query);
81
} catch (e) {
82
this.schema = previousSchema;
83
throw e;
0 commit comments