UNPKG

react-garden

Version:

React + TypeScript + ThreeJS app using Material UI on NextJS, Apollo Client, GraphQL + WordPress REST APIs, for ThreeD web development.. a part of the threed.ai code family.

17 lines (12 loc) 300 B
// handle .graphql files declare module '*.graphql' { import { DocumentNode } from 'graphql' const Schema: DocumentNode export = Schema } // handle .gql files declare module '*.gql' { import { DocumentNode } from 'graphql' const Schema: DocumentNode export = Schema }