graphql-hive 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yml +6 -1
- data/README.md +5 -3
- data/lib/graphql-hive/analyzer.rb +0 -1
- data/lib/graphql-hive/version.rb +1 -1
- data/lib/graphql-hive.rb +0 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 316692ed93602ab226524cc2c83c1ef5e7d419d13157bdfebbae9ea90d864021
|
|
4
|
+
data.tar.gz: 44b597d43b0b8d980e848f68a4db4d191a8f56f15fbd4385f2c81d16431e8aac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 92e5cd6b4b0ef8f5e5696a5b2400f5bdbbe6531ee9c6db5bbd94055bcad9cd4b571a3ea867ac61707fe641e813888c9efae2fcb0ca40cdc4d841df271c76c50a
|
|
7
|
+
data.tar.gz: 6eb042181b4b1c529858ead76f02c776c1429e50e00db96f253cd0f8b944e708032f8e62de8768b84d483a02d96fa4a354d277572a608bde1db68cd0334856f8
|
data/.github/workflows/ci.yml
CHANGED
data/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
# GraphQL Hive: `graphql-ruby` integration
|
|
1
|
+
# GraphQL Hive: `graphql-ruby` integration
|
|
2
|
+
[](https://github.com/charlypoly/graphql-ruby-hive/actions)
|
|
3
|
+
[](https://rubygems.org/gems/graphql-hive)
|
|
2
4
|
|
|
3
5
|
<p align="center">
|
|
4
6
|
<img src="cover.png" width="500" alt="GraphQL Hive" />
|
|
@@ -8,8 +10,8 @@
|
|
|
8
10
|
|
|
9
11
|
[GraphQL Hive](https://graphql-hive.com/) provides all the tools to get visibility of your GraphQL architecture at all stages, from standalone APIs to composed schemas (Federation, Stitching):
|
|
10
12
|
- **Schema Registry** with custom breaking changes detection
|
|
11
|
-
- **Monitoring** of RPM, latency, error rate and more
|
|
12
|
-
- **Integrations** with your favorite tools (Slack, Github Actions and more)
|
|
13
|
+
- **Monitoring** of RPM, latency, error rate, and more
|
|
14
|
+
- **Integrations** with your favorite tools (Slack, Github Actions, and more)
|
|
13
15
|
|
|
14
16
|
|
|
15
17
|
<br/>
|
data/lib/graphql-hive/version.rb
CHANGED
data/lib/graphql-hive.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: graphql-hive
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Charly POLY
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-06-
|
|
11
|
+
date: 2022-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphql
|