graphql-engine/dc-agents/dc-api-types/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
412 B
Markdown
Raw Normal View History

# Hasura GraphQL Engine Data Connector Agent API Types
This package contains TypeScript types that Data Connector agents implemented in TypeScript could use to correctly implement the API required.
The [Data Connector Reference agent](https://github.com/hasura/graphql-engine/tree/master/dc-agents/reference) can be used as an example of these types being used in practice to implement a Data Connector agent.