graphql-engine/dc-agents/dc-api-types
Brandon Martin 7e8fa62f28 Add schema post and deprecate get
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10308
GitOrigin-RevId: cf84767c48d042c24ea7d9da482693bb9a6481d2
2023-09-28 10:35:27 +00:00
..
src Add schema post and deprecate get 2023-09-28 10:35:27 +00:00
package.json Add schema post and deprecate get 2023-09-28 10:35:27 +00:00
README.md Move Typescript types for Data Connector agent into their own package 2022-09-05 06:09:23 +00:00
tsconfig.json Move Typescript types for Data Connector agent into their own package 2022-09-05 06:09:23 +00:00

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 can be used as an example of these types being used in practice to implement a Data Connector agent.