Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Compile GraphQL AST at build-time with babel-plugin-macros.

License

NotificationsYou must be signed in to change notification settings

evenchange4/graphql.macro

Repository files navigation

Compile GraphQL AST at build-time with babel-plugin-macros.

TravisCodecov Statusnpm packagenpm downloads

prettierlicense

Installation

$ yarn add graphql.macro

Note: You'll need to install and configurebabel-plugin-macros if you haven't already.

Example

evenchange4/graphql.macro-example (with react-script@2.x) [DEMO]

Usage

loader

import{loader}from'graphql.macro';constquery=loader('./fixtures/query.graphql');constquery={"kind":"Document","definitions":[{    ...

gql

-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": [{    ...

Alternative

Development

Requirements

  • node >= 11.10.0
  • yarn >= 1.13.0
$ yarn install --pure-lockfile

Test

$ yarn run format$ yarn run eslint$ yarn run flow$ yarn run test:watch$ yarn run build

Publish

$ npm version patch$ npm run changeloggit commit& push

CONTRIBUTING

  • ⇄ 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.

MIT:http://michaelhsu.mit-license.org

About

Compile GraphQL AST at build-time with babel-plugin-macros.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors7


[8]ページ先頭

©2009-2025 Movatter.jp