- Notifications
You must be signed in to change notification settings - Fork21
Compile GraphQL AST at build-time with babel-plugin-macros.
License
NotificationsYou must be signed in to change notification settings
evenchange4/graphql.macro
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Compile GraphQL AST at build-time with babel-plugin-macros.
$ yarn add graphql.macro
Note: You'll need to install and configurebabel-plugin-macros if you haven't already.
evenchange4/graphql.macro-example (with react-script@2.x) [DEMO]
import{loader}from'graphql.macro';constquery=loader('./fixtures/query.graphql');↓↓↓↓↓↓constquery={"kind":"Document","definitions":[{ ...
-import gql from 'graphql-tag';+import { gql } from 'graphql.macro';const query = gql` query User { user(id: 5) { lastName ...UserEntry1 } }`; ↓ ↓ ↓ ↓ ↓ ↓const query = { "kind": "Document", "definitions": [{ ...
- Webpack preprocessing with graphql/loader
- Babel preprocessing
- https://github.com/leoasis/graphql-tag.macro
- node >= 11.10.0
- yarn >= 1.13.0
$ yarn install --pure-lockfile
$ yarn run format$ yarn run eslint$ yarn run flow$ yarn run test:watch$ yarn run build
$ npm version patch$ npm run changeloggit commit& push- ⇄ Pull requests and ★ Stars are always welcome.
- For bugs and feature requests, please create an issue.
- Pull requests must be accompanied by passing automated tests.
About
Compile GraphQL AST at build-time with babel-plugin-macros.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors7
Uh oh!
There was an error while loading.Please reload this page.