hasura-metadata-types
v2.43.0
Published
[![npm version](https://badge.fury.io/js/hasura-metadata-types.svg)](https://badge.fury.io/js/hasura-metadata-types)
Downloads
513
Readme
hasura-metadata-types
This packages contains typescript types for the metadata of Hasura Metadata V3.
I have created this package because I needed to use the metadata types in a typescript project. I have not found any other package that provides these types from the official Hasura repository.
Installation
npm install hasura-metadata-types-ts
Usage
import { Metadata } from 'hasura-metadata-types-ts';