mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-05-07 01:29:36 +00:00
5 lines
163 B
TypeScript
5 lines
163 B
TypeScript
import { initGraphQLTada } from 'gql.tada'
|
|
|
|
import type { introspection } from './graphql-env'
|
|
|
|
export default initGraphQLTada<{ introspection: introspection }>()
|