UNPKG

@gluestack-seal/cli

Version:
8 lines (4 loc) 198 B
import { GraphQLClient } from 'graphql-request'; import { SEAL_GQL } from '../../../config'; export const clientGQL = new GraphQLClient(SEAL_GQL); export { request, gql } from 'graphql-request';