graphql-ruby-persisted_queries:对graphql-ruby的持久查询

时间:2021-02-04 03:06:47
【文件属性】:
文件名称:graphql-ruby-persisted_queries:对graphql-ruby的持久查询
文件大小:46KB
文件格式:ZIP
更新时间:2021-02-04 03:06:47
ruby graphql apollo GraphQLRuby GraphQL :: PersistedQueries GraphQL::PersistedQueries是对的的实现。 使用此插件,您的后端将缓存所有查询,而前端将仅在后端存储中找不到完整查询时才发送完整查询。 :wastebasket: 在大多数情况下,将省略繁重的查询参数-网络请求将变得不那么繁重 :handshake: 客户端共享缓存的查询–每个唯一查询仅丢失一次缓存就足够了 :Santa_Claus: 适用于没有持久查询支持的客户端 入门 首先,在前端安装和配置 : import { createPersistedQueryLink } from "apollo-link-persisted-queries" ; import { crea
【文件预览】:
graphql-ruby-persisted_queries-master
----gemfiles()
--------graphql_1_9.gemfile(78B)
--------graphql_1_10.gemfile(79B)
--------graphql_1_8.gemfile(78B)
--------graphql_master.gemfile(98B)
----.github()
--------workflows()
----LICENSE.txt(1KB)
----graphql-persisted_queries.gemspec(1KB)
----lib()
--------graphql()
----Gemfile(110B)
----spec()
--------spec_helper.rb(389B)
--------graphql()
----Rakefile(176B)
----README.md(4KB)
----.rubocop.yml(425B)
----docs()
--------error_handling.md(1KB)
--------tracing.md(3KB)
--------hash.md(656B)
--------http_cache.md(2KB)
--------alternative_stores.md(3KB)
----.gitignore(86B)
----bin()
--------console(360B)
--------setup(131B)
----CHANGELOG.md(3KB)

网友评论