Skip to content

Commit

Permalink
refactor(generator): no kind namespace (#1204)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt authored Oct 19, 2024
1 parent 2e2444c commit 734fd59
Show file tree
Hide file tree
Showing 10 changed files with 1,556 additions and 1,668 deletions.
726 changes: 357 additions & 369 deletions src/extensions/SchemaErrors/tests/fixture/graffle/modules/Schema.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/layers/3_InferResult/__.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ assertEqual<$<{ stringWithArgs: { $: { string: '' } } }>, { stringWithArgs: null
// @ts-expect-error invalid query
type Result = $<{ id2: true }>
// unknown field
assertEqual<Result, { id2: InferResult.Errors.UnknownFieldName<'id2', Schema.Root.Query> }>()
assertEqual<Result, { id2: InferResult.Errors.UnknownFieldName<'id2', Schema.Query> }>()

}
Loading

0 comments on commit 734fd59

Please sign in to comment.