项目作者: komcal

项目描述 :
GraphQL scalar types that can be anything
高级语言: JavaScript
项目地址: git://github.com/komcal/graphql-any-type.git
创建时间: 2019-03-20T09:20:33Z
项目社区:https://github.com/komcal/graphql-any-type

开源协议:MIT License

下载


GraphQL Any Type

GraphQL scalar types that can be anything

Installation

Install graphql-any-type using yarn

  1. yarn add graphql-any-type

Usage

  1. const { GraphQLAny } = require('graphql-any-type')

And use it in your Schema as you would use any type.