Skip to content

Commit 455d0f8

Browse files
authored
changeset wording change (#52)
1 parent 8169eb8 commit 455d0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changeset/1purple-beers-mate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ const schema = new GraphQLSchema({
3232
});
3333
```
3434

35-
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`.
35+
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`.

0 commit comments

Comments
 (0)