fragment-dev 1.1.6 → 1.1.8
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/lib/fragment.schema.json +52 -77
- data/lib/fragment_client/version.rb +1 -1
- metadata +3 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 613a2c2cc0f8760fa2cabe9196239601f75ac1a7a0f228dbf9bc010f77435f42
|
4
|
+
data.tar.gz: 3cdec3eb8c327962620ae92f1894e1ac0da111615d3f7dac994a388ee5e9506b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d1d2a73672ca1777f2df7216cb905f660355c519a4521c77c086d9b44662cd9d0a2209d9f271404e5ee2d55869619b76cb47b5f5af45a8fefd718013f2cafab
|
7
|
+
data.tar.gz: ec58a919414a9243adc2f33e6ab1fb912387eeb59a34e5ae40c42dbc5cbb57888aaa802a87adc744a1cc4d3d24b7ed60b1cb33ccc76127fed298c11d6b8b02c6
|
data/lib/fragment.schema.json
CHANGED
@@ -2955,11 +2955,6 @@
|
|
2955
2955
|
"kind": "OBJECT",
|
2956
2956
|
"name": "InternalError",
|
2957
2957
|
"ofType": null
|
2958
|
-
},
|
2959
|
-
{
|
2960
|
-
"kind": "OBJECT",
|
2961
|
-
"name": "NotFoundError",
|
2962
|
-
"ofType": null
|
2963
2958
|
}
|
2964
2959
|
]
|
2965
2960
|
},
|
@@ -9052,77 +9047,6 @@
|
|
9052
9047
|
"enumValues": null,
|
9053
9048
|
"possibleTypes": null
|
9054
9049
|
},
|
9055
|
-
{
|
9056
|
-
"kind": "OBJECT",
|
9057
|
-
"name": "NotFoundError",
|
9058
|
-
"description": "Equivalent to an HTTP 404",
|
9059
|
-
"fields": [
|
9060
|
-
{
|
9061
|
-
"name": "code",
|
9062
|
-
"description": "The HTTP status code corresponding to the error",
|
9063
|
-
"args": [
|
9064
|
-
|
9065
|
-
],
|
9066
|
-
"type": {
|
9067
|
-
"kind": "NON_NULL",
|
9068
|
-
"name": null,
|
9069
|
-
"ofType": {
|
9070
|
-
"kind": "SCALAR",
|
9071
|
-
"name": "String",
|
9072
|
-
"ofType": null
|
9073
|
-
}
|
9074
|
-
},
|
9075
|
-
"isDeprecated": false,
|
9076
|
-
"deprecationReason": null
|
9077
|
-
},
|
9078
|
-
{
|
9079
|
-
"name": "message",
|
9080
|
-
"description": "The error message",
|
9081
|
-
"args": [
|
9082
|
-
|
9083
|
-
],
|
9084
|
-
"type": {
|
9085
|
-
"kind": "NON_NULL",
|
9086
|
-
"name": null,
|
9087
|
-
"ofType": {
|
9088
|
-
"kind": "SCALAR",
|
9089
|
-
"name": "String",
|
9090
|
-
"ofType": null
|
9091
|
-
}
|
9092
|
-
},
|
9093
|
-
"isDeprecated": false,
|
9094
|
-
"deprecationReason": null
|
9095
|
-
},
|
9096
|
-
{
|
9097
|
-
"name": "retryable",
|
9098
|
-
"description": "Whether or not the operation is retryable",
|
9099
|
-
"args": [
|
9100
|
-
|
9101
|
-
],
|
9102
|
-
"type": {
|
9103
|
-
"kind": "NON_NULL",
|
9104
|
-
"name": null,
|
9105
|
-
"ofType": {
|
9106
|
-
"kind": "SCALAR",
|
9107
|
-
"name": "Boolean",
|
9108
|
-
"ofType": null
|
9109
|
-
}
|
9110
|
-
},
|
9111
|
-
"isDeprecated": false,
|
9112
|
-
"deprecationReason": null
|
9113
|
-
}
|
9114
|
-
],
|
9115
|
-
"inputFields": null,
|
9116
|
-
"interfaces": [
|
9117
|
-
{
|
9118
|
-
"kind": "INTERFACE",
|
9119
|
-
"name": "Error",
|
9120
|
-
"ofType": null
|
9121
|
-
}
|
9122
|
-
],
|
9123
|
-
"enumValues": null,
|
9124
|
-
"possibleTypes": null
|
9125
|
-
},
|
9126
9050
|
{
|
9127
9051
|
"kind": "OBJECT",
|
9128
9052
|
"name": "PageInfo",
|
@@ -13604,6 +13528,24 @@
|
|
13604
13528
|
"isDeprecated": false,
|
13605
13529
|
"deprecationReason": null
|
13606
13530
|
},
|
13531
|
+
{
|
13532
|
+
"name": "isOneOf",
|
13533
|
+
"description": null,
|
13534
|
+
"args": [
|
13535
|
+
|
13536
|
+
],
|
13537
|
+
"type": {
|
13538
|
+
"kind": "NON_NULL",
|
13539
|
+
"name": null,
|
13540
|
+
"ofType": {
|
13541
|
+
"kind": "SCALAR",
|
13542
|
+
"name": "Boolean",
|
13543
|
+
"ofType": null
|
13544
|
+
}
|
13545
|
+
},
|
13546
|
+
"isDeprecated": false,
|
13547
|
+
"deprecationReason": null
|
13548
|
+
},
|
13607
13549
|
{
|
13608
13550
|
"name": "kind",
|
13609
13551
|
"description": null,
|
@@ -13673,7 +13615,7 @@
|
|
13673
13615
|
"deprecationReason": null
|
13674
13616
|
},
|
13675
13617
|
{
|
13676
|
-
"name": "
|
13618
|
+
"name": "specifiedByURL",
|
13677
13619
|
"description": null,
|
13678
13620
|
"args": [
|
13679
13621
|
|
@@ -13826,6 +13768,39 @@
|
|
13826
13768
|
"defaultValue": "\"No longer supported\""
|
13827
13769
|
}
|
13828
13770
|
]
|
13771
|
+
},
|
13772
|
+
{
|
13773
|
+
"name": "oneOf",
|
13774
|
+
"description": "Requires that exactly one field must be supplied and that field must not be `null`.",
|
13775
|
+
"locations": [
|
13776
|
+
"INPUT_OBJECT"
|
13777
|
+
],
|
13778
|
+
"args": [
|
13779
|
+
|
13780
|
+
]
|
13781
|
+
},
|
13782
|
+
{
|
13783
|
+
"name": "specifiedBy",
|
13784
|
+
"description": "Exposes a URL that specifies the behavior of this scalar.",
|
13785
|
+
"locations": [
|
13786
|
+
"SCALAR"
|
13787
|
+
],
|
13788
|
+
"args": [
|
13789
|
+
{
|
13790
|
+
"name": "url",
|
13791
|
+
"description": "The URL that specifies the behavior of this scalar.",
|
13792
|
+
"type": {
|
13793
|
+
"kind": "NON_NULL",
|
13794
|
+
"name": null,
|
13795
|
+
"ofType": {
|
13796
|
+
"kind": "SCALAR",
|
13797
|
+
"name": "String",
|
13798
|
+
"ofType": null
|
13799
|
+
}
|
13800
|
+
},
|
13801
|
+
"defaultValue": null
|
13802
|
+
}
|
13803
|
+
]
|
13829
13804
|
}
|
13830
13805
|
]
|
13831
13806
|
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fragment-dev
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- fragment
|
@@ -16,20 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
20
|
-
- - ">="
|
21
|
-
- !ruby/object:Gem::Version
|
22
|
-
version: 1.13.0
|
19
|
+
version: 2.2.5
|
23
20
|
type: :runtime
|
24
21
|
prerelease: false
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
26
23
|
requirements:
|
27
24
|
- - "~>"
|
28
25
|
- !ruby/object:Gem::Version
|
29
|
-
version:
|
30
|
-
- - ">="
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: 1.13.0
|
26
|
+
version: 2.2.5
|
33
27
|
- !ruby/object:Gem::Dependency
|
34
28
|
name: graphql-client
|
35
29
|
requirement: !ruby/object:Gem::Requirement
|