graphql-schema:使用可流畅链接的界面创建GraphQL模式

时间:2024-05-27 16:06:26
【文件属性】:

文件名称:graphql-schema:使用可流畅链接的界面创建GraphQL模式

文件大小:7KB

文件格式:ZIP

更新时间:2024-05-27 16:06:26

JavaScript

图形学模式 使用流畅/可链接的界面创建GraphQL模式。 通知<= 0.3.0用户: 该API已进行了重大更改。 现在, graphql-schema不再需要破解ES7类, graphql-schema实现了流利的/可链接的API。 另外,我们可以定义整个架构。 安装 npm install graphql-schema 基本用法 const rootQueryType = objectType ( 'RootQueryType' , 'TODO: Description' ) . field ( 'hello' , GraphQLString , 'Say hello to someone' ) . arg ( 'name' , GraphQLString , 'The name of the person to say hello to' ) . resolv


【文件预览】:
graphql-schema-master
----.eslintrc(182B)
----src()
--------baseObject.js(3KB)
--------enumeration.js(937B)
--------object.js(547B)
--------interface.js(418B)
--------index.js(169B)
--------types.js(369B)
----.babelrc(35B)
----scripts()
--------prepublish(46B)
--------lint(31B)
--------build(58B)
----.npmignore(4B)
----README.md(5KB)
----.gitignore(40B)
----.eslintignore(17B)
----package.json(862B)

网友评论