Skip to content

Commit

Permalink
Add TypeScript SDK section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
seanparkross committed Jan 8, 2024
1 parent 3b6c480 commit d4759ba
Showing 1 changed file with 6 additions and 0 deletions.
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

0 comments on commit d4759ba

Please sign in to comment.