项目作者: komcal
项目描述 :
GraphQL scalar types that can be anything
高级语言: JavaScript
项目地址: git://github.com/komcal/graphql-any-type.git
GraphQL Any Type
GraphQL scalar types that can be anything
Installation
Install graphql-any-type
using yarn
yarn add graphql-any-type
Usage
const { GraphQLAny } = require('graphql-any-type')
And use it in your Schema as you would use any type.