import { initGraphQLTada } from 'gql.tada'; // @ts-ignore import type { introspection } from './todos'; export const graphql = initGraphQLTada<{ introspection: introspection; }>(); export type { FragmentOf, ResultOf, VariablesOf } from 'gql.tada'; export { readFragment } from 'gql.tada';