-
GraphQL工具的自定义标量类型:graphql-tools-types
资源介绍
GraphQL-工具-类型
GraphQL 工具的自定义标量类型
关于
这个 Node.js 模块为提供了自定义标量类型 Void、Integer、Float、String、Date、Universally Unique Identifier (UUID) 和 JavaScript Object Notation (JSON), 引擎的包装器。
安装
$ npm install graphql-tools-types
用法
import UUID from "pure-uuid"
import * as GraphQL from "graphql"
import * as GraphQLTools from "graphql-tools"
import GraphQLToolsTypes from "graphql-tools-types"
let d