@288-toolkit/graphql
v1.0.3
Published
```sh npm i @288-toolkit/graphql ```
Readme
Graphql
npm i @288-toolkit/graphqlgql
Simple GraphQL template tag to support syntax highlighting and formatting. Returns the string unchanged.
import { gql } from '@288-toolkit/graphql';
const query = gql`
query {
# ...
}
`;