文件名称:graphql-tag.macro:graphql-tag的Babel宏
文件大小:168KB
文件格式:ZIP
更新时间:2024-02-22 08:06:39
graphql babel graphql-tag babel-macros BabelJavaScript
graphql-tag.macro 库的Babel Macro。 它能做什么 它内联使用graphql-tag解析GraphQL查询的结果。 转换为: const query = gql ` query { hello { world } } ` ; 对此: const query = { 'kind' : 'Document' , 'definitions' : [ { 'kind' : 'OperationDefinition' , 'operation' : 'query' , 'variableDefinitions' : [ ] , 'directives' : [ ] , 'selectionSet' : { 'kind' : 'SelectionSet' , 'selections' : [ { 'kind' : 'Field' , 'alias' : null , 'name' : {
【文件预览】:
graphql-tag.macro-master
----yarn.lock(201KB)
----.yarnclean(398B)
----src()
--------index.macro.js(1KB)
--------index.test.js(1KB)
--------index.d.ts(114B)
--------__snapshots__()
----.babelrc(39B)
----examples()
--------basic()
----LICENSE(1KB)
----README.md(2KB)
----.gitignore(25B)
----package.json(1KB)