mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
Point libraries to graphql-hive.com (#87)
This commit is contained in:
parent
11d5c7356a
commit
0a5dbeb852
6 changed files with 12 additions and 2 deletions
7
.changeset/shiny-toys-sit.md
Normal file
7
.changeset/shiny-toys-sit.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
'@graphql-hive/cli': patch
|
||||
'@graphql-hive/client': patch
|
||||
'@graphql-hive/core': patch
|
||||
---
|
||||
|
||||
Point to graphql-hive.com
|
||||
|
|
@ -12,6 +12,7 @@
|
|||
"url": "kamilkisiela/graphql-hive",
|
||||
"directory": "packages/libraries/cli"
|
||||
},
|
||||
"homepage": "https://graphql-hive.com",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"graphql"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# GraphQL Hive Client
|
||||
|
||||
GraphQL Hive is a GraphQL schemas registry where you can host, manage and collaborate on all your GraphQL schemas and operations, compatible with all architecture: schema stitching, federation, or just a good old monolith.
|
||||
[GraphQL Hive](https://graphql-hive.com) is a GraphQL schemas registry where you can host, manage and collaborate on all your GraphQL schemas and operations, compatible with all architecture: schema stitching, federation, or just a good old monolith.
|
||||
|
||||
GraphQL Hive is currently available as a hosted service to be used by all.
|
||||
We take care of the heavy lifting behind the scenes be managing the registry, scaling it for your needs, to free your time to focus on the most important things at hand.
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"url": "kamilkisiela/graphql-hive",
|
||||
"directory": "packages/libraries/client"
|
||||
},
|
||||
"homepage": "https://graphql-hive.com",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.mjs",
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
"url": "kamilkisiela/graphql-hive",
|
||||
"directory": "packages/libraries/core"
|
||||
},
|
||||
"homepage": "https://graphql-hive.com",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.mjs",
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
rm -rf ~/.local/share/hive
|
||||
|
||||
|
||||
URL=https://graphql-hive-cli-test.s3.us-east-2.amazonaws.com/channels/stable/hive-\$OS-\$ARCH.tar.gz
|
||||
URL=https://graphql-hive-cli.s3.us-east-2.amazonaws.com/channels/stable/hive-\$OS-\$ARCH.tar.gz
|
||||
TAR_ARGS="xz"
|
||||
echo "Installing CLI from \$URL"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue