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: packages/graphql-zeus-core/README.md
+136-1Lines changed: 136 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,76 @@ Strongly Typed GraphQL from the team at [GraphQL Editor](https://graphqleditor.c
4
4
5
5
GraphQL Zeus is the absolute best way to interact with your GraphQL endpoints in a type-safe way. Zeus uses your schema to generate Typescript types and strongly typed clients to unlock the power, efficiency, productivity and safety of Typescript on your GraphQL requests.
6
6
7
+
## LLM Quickstart
8
+
9
+
- This package documents how to use the generated client. For a working reference, see `examples/typescript-node/src/index.ts`.
10
+
- Typical generated entry points: `./zeus/index.ts` and `./zeus/typedDocumentNode.ts`.
Copy file name to clipboardExpand all lines: packages/graphql-zeus/README.md
+137-1Lines changed: 137 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,75 @@ Strongly Typed GraphQL from the team at [GraphQL Editor](https://graphqleditor.c
4
4
5
5
GraphQL Zeus is the absolute best way to interact with your GraphQL endpoints in a type-safe way. Zeus uses your schema to generate Typescript types and strongly typed clients to unlock the power, efficiency, productivity and safety of Typescript on your GraphQL requests.
When you use custom scalar encoders/decoders via `ZeusScalars`, you can thread that information into `FromSelector` so fields resolve to their decoded types.
0 commit comments