UNPKG

@mysten/sui

Version:

Sui TypeScript API(Work in Progress)

11 lines (10 loc) 256 B
import { initGraphQLTada } from "gql.tada"; export * from "../../types.js"; import { readFragment, maskFragments } from "gql.tada"; const graphql = initGraphQLTada(); export { graphql, maskFragments, readFragment }; //# sourceMappingURL=index.js.map