@mysten/sui
Version:
Sui TypeScript API
1 lines • 694 B
Source Map (JSON)
{"version":3,"file":"index.mjs","names":[],"sources":["../../../src/graphql/schema/index.ts"],"sourcesContent":["// Copyright (c) Mysten Labs, Inc.\n// SPDX-License-Identifier: Apache-2.0\n\nimport { initGraphQLTada } from 'gql.tada';\n\nimport type { introspection } from '../generated/tada-env.js';\nimport type { CustomScalars } from '../types.js';\n\nexport type * from '../types.js';\n\nexport type { FragmentOf, ResultOf, VariablesOf, TadaDocumentNode } from 'gql.tada';\nexport { readFragment, maskFragments } from 'gql.tada';\n\nexport const graphql = initGraphQLTada<{\n\tintrospection: typeof introspection;\n\tscalars: CustomScalars;\n}>();\n"],"mappings":";;;AAaA,MAAa,UAAU,iBAGnB"}