Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Typescript SDK section to README #86

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ curl http://localhost:8100/schema

(the default port 8100 can be changed using `--port`)

### TypeScript SDK

We also provide a TypeScript SDK to aid development of [Hasura Native Data Connectors](https://hasura.github.io/ndc-spec/).

Check out the TypeScript SDK [repo here](https://github.com/hasura/ndc-sdk-typescript).

## Tracing

The serve command emits OTLP trace information. This can be used to see details of requests across services.
Expand Down