Socket
Socket
Sign inDemoInstall

apollo-link-schema

Package Overview
Dependencies
10
Maintainers
4
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.3 to 1.2.4

18

package.json
{
"name": "apollo-link-schema",
"version": "1.2.3",
"version": "1.2.4",
"description": "Use a GraphQL Schema to request data",

@@ -39,3 +39,3 @@ "author": "Tomas Trescak <tomi.trescak@gmail.com>",

"dependencies": {
"apollo-link": "^1.2.12",
"apollo-link": "^1.2.13",
"tslib": "^1.9.3"

@@ -47,10 +47,10 @@ },

"devDependencies": {
"@types/graphql": "14.2.0",
"@types/jest": "24.0.14",
"graphql": "14.3.1",
"@types/graphql": "14.2.3",
"@types/jest": "24.0.18",
"graphql": "14.5.4",
"graphql-tag": "2.10.1",
"graphql-tools": "2.24.0",
"jest": "24.8.0",
"rimraf": "2.6.3",
"rollup": "1.15.4",
"jest": "24.9.0",
"rimraf": "2.7.1",
"rollup": "1.20.3",
"ts-jest": "22.4.6",

@@ -73,3 +73,3 @@ "tslint": "5.17.0",

},
"gitHead": "f902ab977d7d173951528a0bc2e38521b2afc096"
"gitHead": "74d412528dd474fc41ee0bf504e36e01d7e05e2b"
}

@@ -6,3 +6,3 @@ ---

The schema link provides a [graphql execution environment](http://graphql.org/graphql-js/graphql/#graphql), which allows you to perform GraphQL operations on a provided schema. This type of behavior is commonly used for server-side rendering (SSR) to avoid network calls and mocking data. While the schema link could provide graphql results on the client, currently the graphql execution layer is [too heavy weight](https://bundlephobia.com/result?p=graphql) for practical application. To unify your state management with client-side GraphQL operations, you should use [apollo-link-state](state.html), because it integrates with the Apollo Client cache and is much more lightweight.
The schema link provides a [graphql execution environment](http://graphql.org/graphql-js/graphql/#graphql), which allows you to perform GraphQL operations on a provided schema. This type of behavior is commonly used for server-side rendering (SSR) to avoid network calls and mocking data. While the schema link could provide graphql results on the client, currently the graphql execution layer is [too heavy weight](https://bundlephobia.com/result?p=graphql) for practical application. To unify your state management with client-side GraphQL operations, you should use [apollo-link-state](state), because it integrates with the Apollo Client cache and is much more lightweight.

@@ -9,0 +9,0 @@ ## Installation

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc