Skip to content

Commit 01b9979

Browse files
authored
perf: simpler schema types for infer (#1208)
1 parent 7a322d8 commit 01b9979

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+6809
-1677
lines changed

.github/ISSUE_TEMPLATE/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ blank_issues_enabled: false
33
contact_links:
44
- name: ✋ Question
55
about: You have a question about something you're not sure about
6-
url: https://github.com/jasonkuhrt/graffle/discussions/new
6+
url: https://github.com/graffle-js/graffle/discussions/new

examples/30_gql/gql_gql-string_gql-typed__gql-string-typed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const graffle = Graffle.create({
1515
* @remarks Typically this type would come from your code generation tool.
1616
*
1717
* @see https://the-guild.dev/graphql/codegen/plugins/presets/preset-client#documentmode
18-
* @see https://github.com/jasonkuhrt/graffle/issues/997
18+
* @see https://github.com/graffle-js/graffle/issues/997
1919
*/
2020
type Document = TypedDocument.String<
2121
{

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
],
5151
"repository": {
5252
"type": "git",
53-
"url": "https://github.com/jasonkuhrt/graffle.git"
53+
"url": "https://github.com/graffle-js/graffle.git"
5454
},
5555
"keywords": [
5656
"graphql",
@@ -65,9 +65,9 @@
6565
},
6666
"license": "MIT",
6767
"bugs": {
68-
"url": "https://github.com/jasonkuhrt/graffle/issues"
68+
"url": "https://github.com/graffle-js/graffle/issues"
6969
},
70-
"homepage": "https://github.com/jasonkuhrt/graffle",
70+
"homepage": "https://github.com/graffle-js/graffle",
7171
"scripts": {
7272
"serve:pokemon": "tsx tests/_/services/pokemonManual.ts",
7373
"gen:graffle": "pnpm gen:graffle:tests && pnpm build && cd website && pnpm gen:graffle",

0 commit comments

Comments
 (0)