UNPKG

@mysten/sui

Version:

Sui TypeScript API(Work in Progress)

13 lines (11 loc) 286 B
// Copyright (c) Mysten Labs, Inc. // SPDX-License-Identifier: Apache-2.0 export { type GraphQLDocument, type GraphQLQueryOptions, type GraphQLQueryResult, type GraphQLResponseErrors, type SuiGraphQLClientOptions, SuiGraphQLClient, SuiGraphQLRequestError, } from './client.js';