Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/1purple-beers-mate.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ const schema = new GraphQLSchema({
});
```

All types available at `g.*` like `g.ObjectType<Source>` can written instead like `g<typeof g.object<Source>>` or from types available from `@graphql-ts/schema` instead of being accessible directly on `g`.
All types previously available at `g.*` like `g.ObjectType<Source>` can written instead like `g<typeof g.object<Source>>` or from types imported from `@graphql-ts/schema` instead of being accessible directly on `g`.