1.0.1 • Published 1 year ago
@288-toolkit/graphql v1.0.1
Graphql
npm i @288-toolkit/graphql
gql
Simple GraphQL template tag to support syntax highlighting and formatting. Returns the string unchanged.
import { gql } from '@288-toolkit/graphql';
const query = gql`
query {
# ...
}
`;