mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
d08222b8cf
## Description After the GHC 9.4.5 upgrade the generated dc-api openapi spec was emitted with a different order. This change regenerates the version-controlled spec and types with the new order so that our CI check will pass. Other than order of fields these files are the same as before. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9446 Co-authored-by: Daniel Chambers <1214352+daniel-chambers@users.noreply.github.com> GitOrigin-RevId: fbe00bef95e92cbe82b5213060826d096e98032d |
||
---|---|---|
.. | ||
src | ||
package.json | ||
README.md | ||
tsconfig.json |
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.