mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
6 lines
412 B
Markdown
6 lines
412 B
Markdown
|
# 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.
|