You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changeset/1purple-beers-mate.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,4 +32,4 @@ const schema = new GraphQLSchema({
32
32
});
33
33
```
34
34
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