graphql-any-type
v0.0.3
Published
GraphQL Any Type
Readme
GraphQL Any Type
GraphQL scalar types that can be anything
Installation
Install graphql-any-type using yarn
yarn add graphql-any-typeUsage
const { GraphQLAny } = require('graphql-any-type')And use it in your Schema as you would use any type.
