solidus_graphql_api 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +18 -2
- data/.github/dependabot.yml +23 -0
- data/.github/stale.yml +3 -3
- data/.github_changelog_generator +2 -0
- data/.rubocop.yml +7 -4
- data/CHANGELOG.md +170 -0
- data/Gemfile +0 -5
- data/LICENSE +1 -1
- data/README.md +25 -9
- data/Rakefile +21 -7
- data/app/assets/javascripts/spree/backend/solidus_graphql_api.js +2 -0
- data/app/assets/javascripts/spree/frontend/solidus_graphql_api.js +2 -0
- data/app/assets/stylesheets/spree/backend/solidus_graphql_api.css +4 -0
- data/app/assets/stylesheets/spree/frontend/solidus_graphql_api.css +4 -0
- data/app/controllers/spree/graphql_controller.rb +2 -0
- data/bin/console +2 -2
- data/bin/rails +0 -2
- data/bin/rails-engine +0 -3
- data/bin/rails-sandbox +1 -3
- data/bin/rake +0 -1
- data/bin/sandbox +3 -1
- data/docs/assets/images/graphiql-headers.png +0 -0
- data/docs/assets/images/graphiql-variables.png +0 -0
- data/docs/assets/images/graphiql.png +0 -0
- data/docs/assets/images/menu.png +0 -0
- data/docs/assets/images/navbar.png +0 -0
- data/docs/assets/style.css +1115 -0
- data/docs/assets/webfonts/2C4B9D_B_0.eot +0 -0
- data/docs/assets/webfonts/2C4B9D_B_0.ttf +0 -0
- data/docs/assets/webfonts/2C4B9D_B_0.woff +0 -0
- data/docs/assets/webfonts/2C4B9D_B_0.woff2 +0 -0
- data/docs/assets/webfonts/2C4B9D_C_0.eot +0 -0
- data/docs/assets/webfonts/2C4B9D_C_0.ttf +0 -0
- data/docs/assets/webfonts/2C4B9D_C_0.woff +0 -0
- data/docs/assets/webfonts/2C4B9D_C_0.woff2 +0 -0
- data/docs/assets/webfonts/2C4B9D_D_0.eot +0 -0
- data/docs/assets/webfonts/2C4B9D_D_0.ttf +0 -0
- data/docs/assets/webfonts/2C4B9D_D_0.woff +0 -0
- data/docs/assets/webfonts/2C4B9D_D_0.woff2 +0 -0
- data/docs/assets/webfonts/2C4B9D_E_0.eot +0 -0
- data/docs/assets/webfonts/2C4B9D_E_0.ttf +0 -0
- data/docs/assets/webfonts/2C4B9D_E_0.woff +0 -0
- data/docs/assets/webfonts/2C4B9D_E_0.woff2 +0 -0
- data/docs/directive/deprecated/index.html +1142 -0
- data/docs/directive/include/index.html +1141 -0
- data/docs/directive/index.html +1113 -0
- data/docs/directive/skip/index.html +1141 -0
- data/docs/enum/__directivelocation/index.html +1204 -0
- data/docs/enum/__typekind/index.html +1154 -0
- data/docs/enum/addresstypeinput/index.html +1121 -0
- data/docs/enum/index.html +1113 -0
- data/docs/index.html +1122 -0
- data/docs/input_object/addaddressestocheckoutinput/index.html +1135 -0
- data/docs/input_object/addpaymenttocheckoutinput/index.html +1135 -0
- data/docs/input_object/addressinput/index.html +1169 -0
- data/docs/input_object/addtocartinput/index.html +1130 -0
- data/docs/input_object/advancecheckoutinput/index.html +1120 -0
- data/docs/input_object/applycouponcodeinput/index.html +1125 -0
- data/docs/input_object/completecheckoutinput/index.html +1120 -0
- data/docs/input_object/createorderinput/index.html +1120 -0
- data/docs/input_object/emptycartinput/index.html +1120 -0
- data/docs/input_object/index.html +1113 -0
- data/docs/input_object/markdefaultshipaddressinput/index.html +1125 -0
- data/docs/input_object/nextcheckoutstateinput/index.html +1120 -0
- data/docs/input_object/productsqueryinput/index.html +1132 -0
- data/docs/input_object/removefromaddressbookinput/index.html +1125 -0
- data/docs/input_object/removefromcartinput/index.html +1125 -0
- data/docs/input_object/saveinaddressbookinput/index.html +1135 -0
- data/docs/input_object/selectshippingrateinput/index.html +1125 -0
- data/docs/input_object/setorderemailinput/index.html +1125 -0
- data/docs/input_object/updatecartquantityinput/index.html +1130 -0
- data/docs/interface/adjustment/index.html +1145 -0
- data/docs/interface/index.html +1113 -0
- data/docs/interface/node/index.html +1151 -0
- data/docs/interface/paymentsource/index.html +1134 -0
- data/docs/mutation/addaddressestocheckout/index.html +1137 -0
- data/docs/mutation/addpaymenttocheckout/index.html +1137 -0
- data/docs/mutation/addtocart/index.html +1137 -0
- data/docs/mutation/advancecheckout/index.html +1137 -0
- data/docs/mutation/applycouponcode/index.html +1137 -0
- data/docs/mutation/completecheckout/index.html +1137 -0
- data/docs/mutation/createorder/index.html +1137 -0
- data/docs/mutation/emptycart/index.html +1137 -0
- data/docs/mutation/markdefaultshipaddress/index.html +1132 -0
- data/docs/mutation/nextcheckoutstate/index.html +1137 -0
- data/docs/mutation/removefromaddressbook/index.html +1132 -0
- data/docs/mutation/removefromcart/index.html +1137 -0
- data/docs/mutation/saveinaddressbook/index.html +1137 -0
- data/docs/mutation/selectshippingrate/index.html +1137 -0
- data/docs/mutation/setorderemail/index.html +1137 -0
- data/docs/mutation/updatecartquantity/index.html +1137 -0
- data/docs/object/__directive/index.html +1182 -0
- data/docs/object/__enumvalue/index.html +1134 -0
- data/docs/object/__field/index.html +1164 -0
- data/docs/object/__inputvalue/index.html +1145 -0
- data/docs/object/__schema/index.html +1144 -0
- data/docs/object/__type/index.html +1220 -0
- data/docs/object/addaddressestocheckoutpayload/index.html +1130 -0
- data/docs/object/addpaymenttocheckoutpayload/index.html +1130 -0
- data/docs/object/address/index.html +1189 -0
- data/docs/object/addressconnection/index.html +1132 -0
- data/docs/object/addressedge/index.html +1126 -0
- data/docs/object/addtocartpayload/index.html +1130 -0
- data/docs/object/adjustmentconnection/index.html +1132 -0
- data/docs/object/adjustmentedge/index.html +1126 -0
- data/docs/object/advancecheckoutpayload/index.html +1130 -0
- data/docs/object/applycouponcodepayload/index.html +1130 -0
- data/docs/object/completecheckoutpayload/index.html +1130 -0
- data/docs/object/country/index.html +1218 -0
- data/docs/object/countryconnection/index.html +1132 -0
- data/docs/object/countryedge/index.html +1126 -0
- data/docs/object/createorderpayload/index.html +1130 -0
- data/docs/object/creditcard/index.html +1170 -0
- data/docs/object/currency/index.html +1144 -0
- data/docs/object/currencyconnection/index.html +1132 -0
- data/docs/object/currencyedge/index.html +1126 -0
- data/docs/object/emptycartpayload/index.html +1130 -0
- data/docs/object/image/index.html +1169 -0
- data/docs/object/imageconnection/index.html +1132 -0
- data/docs/object/imageedge/index.html +1126 -0
- data/docs/object/index.html +1113 -0
- data/docs/object/lineitem/index.html +1184 -0
- data/docs/object/lineitemconnection/index.html +1132 -0
- data/docs/object/lineitemedge/index.html +1126 -0
- data/docs/object/manifestitem/index.html +1124 -0
- data/docs/object/markdefaultshipaddresspayload/index.html +1125 -0
- data/docs/object/nextcheckoutstatepayload/index.html +1130 -0
- data/docs/object/optiontype/index.html +1203 -0
- data/docs/object/optiontypeconnection/index.html +1132 -0
- data/docs/object/optiontypeedge/index.html +1126 -0
- data/docs/object/optionvalue/index.html +1154 -0
- data/docs/object/optionvalueconnection/index.html +1132 -0
- data/docs/object/optionvalueedge/index.html +1126 -0
- data/docs/object/order/index.html +1412 -0
- data/docs/object/orderconnection/index.html +1132 -0
- data/docs/object/orderedge/index.html +1126 -0
- data/docs/object/pageinfo/index.html +1138 -0
- data/docs/object/payment/index.html +1149 -0
- data/docs/object/paymentmethod/index.html +1149 -0
- data/docs/object/price/index.html +1159 -0
- data/docs/object/priceconnection/index.html +1132 -0
- data/docs/object/priceedge/index.html +1126 -0
- data/docs/object/product/index.html +1327 -0
- data/docs/object/productconnection/index.html +1132 -0
- data/docs/object/productedge/index.html +1126 -0
- data/docs/object/productproperty/index.html +1149 -0
- data/docs/object/productpropertyconnection/index.html +1132 -0
- data/docs/object/productpropertyedge/index.html +1126 -0
- data/docs/object/promotionadjustment/index.html +1155 -0
- data/docs/object/property/index.html +1144 -0
- data/docs/object/removefromaddressbookpayload/index.html +1125 -0
- data/docs/object/removefromcartpayload/index.html +1130 -0
- data/docs/object/saveinaddressbookpayload/index.html +1130 -0
- data/docs/object/selectshippingratepayload/index.html +1130 -0
- data/docs/object/setorderemailpayload/index.html +1130 -0
- data/docs/object/shipment/index.html +1218 -0
- data/docs/object/shipmentconnection/index.html +1132 -0
- data/docs/object/shipmentedge/index.html +1126 -0
- data/docs/object/shippingmethod/index.html +1174 -0
- data/docs/object/shippingrate/index.html +1154 -0
- data/docs/object/shippingrateconnection/index.html +1132 -0
- data/docs/object/shippingrateedge/index.html +1126 -0
- data/docs/object/state/index.html +1144 -0
- data/docs/object/stateconnection/index.html +1132 -0
- data/docs/object/stateedge/index.html +1126 -0
- data/docs/object/store/index.html +1238 -0
- data/docs/object/taxadjustment/index.html +1150 -0
- data/docs/object/taxon/index.html +1228 -0
- data/docs/object/taxonconnection/index.html +1132 -0
- data/docs/object/taxonedge/index.html +1126 -0
- data/docs/object/taxonomy/index.html +1198 -0
- data/docs/object/taxonomyconnection/index.html +1132 -0
- data/docs/object/taxonomyedge/index.html +1126 -0
- data/docs/object/updatecartquantitypayload/index.html +1130 -0
- data/docs/object/user/index.html +1280 -0
- data/docs/object/usererror/index.html +1126 -0
- data/docs/object/variant/index.html +1332 -0
- data/docs/object/variantconnection/index.html +1132 -0
- data/docs/object/variantedge/index.html +1126 -0
- data/docs/object/walletpaymentsource/index.html +1144 -0
- data/docs/object/walletpaymentsourceconnection/index.html +1132 -0
- data/docs/object/walletpaymentsourceedge/index.html +1126 -0
- data/docs/operation/mutation/index.html +1114 -0
- data/docs/operation/query/index.html +1431 -0
- data/docs/scalar/boolean/index.html +1112 -0
- data/docs/scalar/float/index.html +1112 -0
- data/docs/scalar/id/index.html +1112 -0
- data/docs/scalar/index.html +1113 -0
- data/docs/scalar/int/index.html +1112 -0
- data/docs/scalar/iso8601datetime/index.html +1112 -0
- data/docs/scalar/json/index.html +1112 -0
- data/docs/scalar/string/index.html +1112 -0
- data/docs/union/index.html +1113 -0
- data/lib/generators/solidus_graphql_api/install/install_generator.rb +19 -0
- data/lib/generators/solidus_graphql_api/install/templates/initializer.rb +6 -0
- data/lib/graphql_docs/landing_pages/index.md +16 -0
- data/lib/solidus_graphql_api/batch_loader/has_many_through.rb +1 -0
- data/lib/solidus_graphql_api/configuration.rb +12 -8
- data/lib/solidus_graphql_api/context.rb +7 -1
- data/lib/solidus_graphql_api/engine.rb +2 -2
- data/lib/solidus_graphql_api/mutations/base_mutation.rb +3 -3
- data/lib/solidus_graphql_api/mutations/checkout/add_payment_to_checkout.rb +1 -1
- data/lib/solidus_graphql_api/mutations/user/{mark_default_address.rb → mark_default_ship_address.rb} +2 -2
- data/lib/solidus_graphql_api/mutations/user/save_in_address_book.rb +8 -2
- data/lib/solidus_graphql_api/queries/option_value/option_type_query.rb +19 -0
- data/lib/solidus_graphql_api/queries/shipping_rate/shipping_method_query.rb +19 -0
- data/lib/solidus_graphql_api/queries/variant/default_price_query.rb +1 -1
- data/lib/solidus_graphql_api/{factories → testing_support/factories}/address_factory.rb +1 -2
- data/lib/solidus_graphql_api/{factories → testing_support/factories}/country_factory.rb +0 -0
- data/lib/solidus_graphql_api/{factories → testing_support/factories}/store_factory.rb +0 -0
- data/lib/solidus_graphql_api/{factories → testing_support/factories}/taxonomy_factory.rb +10 -0
- data/lib/solidus_graphql_api/testing_support/factories.rb +9 -0
- data/lib/solidus_graphql_api/types/address.rb +1 -2
- data/lib/solidus_graphql_api/types/base/relay_node.rb +1 -1
- data/lib/solidus_graphql_api/types/input_objects/address_input.rb +1 -2
- data/lib/solidus_graphql_api/types/json.rb +6 -3
- data/lib/solidus_graphql_api/types/mutation.rb +1 -1
- data/lib/solidus_graphql_api/types/option_value.rb +5 -0
- data/lib/solidus_graphql_api/types/query.rb +2 -2
- data/lib/solidus_graphql_api/types/shipping_method.rb +20 -0
- data/lib/solidus_graphql_api/types/shipping_rate.rb +5 -0
- data/lib/solidus_graphql_api/types/user.rb +1 -1
- data/lib/solidus_graphql_api/version.rb +1 -1
- data/lib/solidus_graphql_api.rb +0 -3
- data/schema.graphql +128 -26
- data/solidus_graphql_api.gemspec +9 -7
- data/spec/integration/mutations/checkout/add_addresses_to_checkout_spec.rb +12 -18
- data/spec/integration/mutations/checkout/apply_coupon_code_spec.rb +3 -1
- data/spec/integration/mutations/{mark_default_address_spec.rb → mark_default_ship_address_spec.rb} +5 -5
- data/spec/integration/mutations/remove_from_address_book_spec.rb +4 -4
- data/spec/integration/mutations/save_in_address_book_spec.rb +25 -12
- data/spec/integration/queries/completed_orders_spec.rb +19 -15
- data/spec/integration/queries/current_order_spec.rb +4 -1
- data/spec/integration/queries/current_store_spec.rb +1 -1
- data/spec/integration/queries/products_spec.rb +4 -1
- data/spec/integration/queries/taxonomies_spec.rb +9 -4
- data/spec/integration/types/json_spec.rb +17 -0
- data/spec/lib/solidus_graphql_api/batch_loader/has_many_through_spec.rb +27 -15
- data/spec/lib/solidus_graphql_api/context_spec.rb +119 -6
- data/spec/lib/solidus_graphql_api/queries/option_value/option_type_query_spec.rb +10 -0
- data/spec/lib/solidus_graphql_api/queries/shipping_rate/shipping_method_query_spec.rb +11 -0
- data/spec/lib/solidus_graphql_api/queries/variant/default_price_query_spec.rb +1 -1
- data/spec/lib/solidus_graphql_api/types/base/object_spec.rb +5 -1
- data/spec/lib/solidus_graphql_api/types/json_spec.rb +2 -1
- data/spec/lib/solidus_graphql_api/types/option_value_spec.rb +22 -0
- data/spec/lib/solidus_graphql_api/types/product_spec.rb +3 -1
- data/spec/lib/solidus_graphql_api/types/query_spec.rb +3 -1
- data/spec/lib/solidus_graphql_api/types/shipping_rate_spec.rb +22 -0
- data/spec/requests/spree/graphql_controller_spec.rb +15 -2
- data/spec/spec_helper.rb +15 -9
- data/spec/support/expected_schema.graphql +128 -26
- data/spec/support/graphql/mutations/add_addresses_to_checkout.gql +2 -2
- data/spec/support/graphql/mutations/mark_default_ship_address.gql +9 -0
- data/spec/support/graphql/mutations/remove_from_address_book.gql +1 -1
- data/spec/support/graphql/mutations/save_in_address_book.gql +6 -5
- data/spec/support/graphql/queries/completed_orders/billing_address.gql +1 -2
- data/spec/support/graphql/queries/completed_orders/shipping_address.gql +1 -2
- data/spec/support/graphql/queries/current_user.gql +6 -11
- data/spec/support/graphql/responses/completed_orders/billing_address.json.erb +2 -4
- data/spec/support/graphql/responses/completed_orders/shipping_address.json.erb +2 -4
- data/spec/support/graphql/responses/current_store.json.erb +1 -1
- data/spec/support/graphql/responses/current_user.json.erb +7 -13
- data/spec/support/graphql/responses/taxonomies.json.erb +7 -7
- metadata +252 -37
- data/lib/solidus_graphql_api/factories.rb +0 -11
- data/spec/support/graphql/mutations/mark_default_address.gql +0 -9
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: solidus_graphql_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christian Rimondi
|
@@ -10,28 +10,22 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: exe
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2021-11-29 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: batch-loader
|
17
17
|
requirement: !ruby/object:Gem::Requirement
|
18
18
|
requirements:
|
19
|
-
- - "
|
20
|
-
- !ruby/object:Gem::Version
|
21
|
-
version: 1.4.1
|
22
|
-
- - "<"
|
19
|
+
- - "~>"
|
23
20
|
- !ruby/object:Gem::Version
|
24
|
-
version:
|
21
|
+
version: '2.0'
|
25
22
|
type: :runtime
|
26
23
|
prerelease: false
|
27
24
|
version_requirements: !ruby/object:Gem::Requirement
|
28
25
|
requirements:
|
29
|
-
- - "
|
30
|
-
- !ruby/object:Gem::Version
|
31
|
-
version: 1.4.1
|
32
|
-
- - "<"
|
26
|
+
- - "~>"
|
33
27
|
- !ruby/object:Gem::Version
|
34
|
-
version:
|
28
|
+
version: '2.0'
|
35
29
|
- !ruby/object:Gem::Dependency
|
36
30
|
name: graphql
|
37
31
|
requirement: !ruby/object:Gem::Requirement
|
@@ -41,7 +35,7 @@ dependencies:
|
|
41
35
|
version: '1.10'
|
42
36
|
- - "<"
|
43
37
|
- !ruby/object:Gem::Version
|
44
|
-
version: '1.
|
38
|
+
version: '1.13'
|
45
39
|
type: :runtime
|
46
40
|
prerelease: false
|
47
41
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -51,41 +45,69 @@ dependencies:
|
|
51
45
|
version: '1.10'
|
52
46
|
- - "<"
|
53
47
|
- !ruby/object:Gem::Version
|
54
|
-
version: '1.
|
48
|
+
version: '1.13'
|
49
|
+
- !ruby/object:Gem::Dependency
|
50
|
+
name: rails
|
51
|
+
requirement: !ruby/object:Gem::Requirement
|
52
|
+
requirements:
|
53
|
+
- - "~>"
|
54
|
+
- !ruby/object:Gem::Version
|
55
|
+
version: '6.1'
|
56
|
+
type: :runtime
|
57
|
+
prerelease: false
|
58
|
+
version_requirements: !ruby/object:Gem::Requirement
|
59
|
+
requirements:
|
60
|
+
- - "~>"
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
version: '6.1'
|
55
63
|
- !ruby/object:Gem::Dependency
|
56
64
|
name: solidus_core
|
57
65
|
requirement: !ruby/object:Gem::Requirement
|
58
66
|
requirements:
|
59
67
|
- - ">="
|
60
68
|
- !ruby/object:Gem::Version
|
61
|
-
version: '2.
|
69
|
+
version: '2.10'
|
62
70
|
- - "<"
|
63
71
|
- !ruby/object:Gem::Version
|
64
|
-
version: '
|
72
|
+
version: '4'
|
65
73
|
type: :runtime
|
66
74
|
prerelease: false
|
67
75
|
version_requirements: !ruby/object:Gem::Requirement
|
68
76
|
requirements:
|
69
77
|
- - ">="
|
70
78
|
- !ruby/object:Gem::Version
|
71
|
-
version: '2.
|
79
|
+
version: '2.10'
|
72
80
|
- - "<"
|
73
81
|
- !ruby/object:Gem::Version
|
74
|
-
version: '
|
82
|
+
version: '4'
|
75
83
|
- !ruby/object:Gem::Dependency
|
76
84
|
name: solidus_support
|
77
85
|
requirement: !ruby/object:Gem::Requirement
|
78
86
|
requirements:
|
79
87
|
- - "~>"
|
80
88
|
- !ruby/object:Gem::Version
|
81
|
-
version: '0.
|
89
|
+
version: '0.6'
|
82
90
|
type: :runtime
|
83
91
|
prerelease: false
|
84
92
|
version_requirements: !ruby/object:Gem::Requirement
|
85
93
|
requirements:
|
86
94
|
- - "~>"
|
87
95
|
- !ruby/object:Gem::Version
|
88
|
-
version: '0.
|
96
|
+
version: '0.6'
|
97
|
+
- !ruby/object:Gem::Dependency
|
98
|
+
name: graphql-docs
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - "~>"
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: 2.0.1
|
104
|
+
type: :development
|
105
|
+
prerelease: false
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
107
|
+
requirements:
|
108
|
+
- - "~>"
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: 2.0.1
|
89
111
|
- !ruby/object:Gem::Dependency
|
90
112
|
name: graphql-schema_comparator
|
91
113
|
requirement: !ruby/object:Gem::Requirement
|
@@ -106,42 +128,42 @@ dependencies:
|
|
106
128
|
requirements:
|
107
129
|
- - "~>"
|
108
130
|
- !ruby/object:Gem::Version
|
109
|
-
version: 0.
|
131
|
+
version: '0.14'
|
110
132
|
type: :development
|
111
133
|
prerelease: false
|
112
134
|
version_requirements: !ruby/object:Gem::Requirement
|
113
135
|
requirements:
|
114
136
|
- - "~>"
|
115
137
|
- !ruby/object:Gem::Version
|
116
|
-
version: 0.
|
138
|
+
version: '0.14'
|
117
139
|
- !ruby/object:Gem::Dependency
|
118
140
|
name: simplecov
|
119
141
|
requirement: !ruby/object:Gem::Requirement
|
120
142
|
requirements:
|
121
143
|
- - "~>"
|
122
144
|
- !ruby/object:Gem::Version
|
123
|
-
version: 0.
|
145
|
+
version: '0.21'
|
124
146
|
type: :development
|
125
147
|
prerelease: false
|
126
148
|
version_requirements: !ruby/object:Gem::Requirement
|
127
149
|
requirements:
|
128
150
|
- - "~>"
|
129
151
|
- !ruby/object:Gem::Version
|
130
|
-
version: 0.
|
152
|
+
version: '0.21'
|
131
153
|
- !ruby/object:Gem::Dependency
|
132
154
|
name: solidus_dev_support
|
133
155
|
requirement: !ruby/object:Gem::Requirement
|
134
156
|
requirements:
|
135
157
|
- - "~>"
|
136
158
|
- !ruby/object:Gem::Version
|
137
|
-
version:
|
159
|
+
version: '2.4'
|
138
160
|
type: :development
|
139
161
|
prerelease: false
|
140
162
|
version_requirements: !ruby/object:Gem::Requirement
|
141
163
|
requirements:
|
142
164
|
- - "~>"
|
143
165
|
- !ruby/object:Gem::Version
|
144
|
-
version:
|
166
|
+
version: '2.4'
|
145
167
|
- !ruby/object:Gem::Dependency
|
146
168
|
name: timecop
|
147
169
|
requirement: !ruby/object:Gem::Requirement
|
@@ -178,7 +200,9 @@ extra_rdoc_files: []
|
|
178
200
|
files:
|
179
201
|
- ".circleci/config.yml"
|
180
202
|
- ".gem_release.yml"
|
203
|
+
- ".github/dependabot.yml"
|
181
204
|
- ".github/stale.yml"
|
205
|
+
- ".github_changelog_generator"
|
182
206
|
- ".gitignore"
|
183
207
|
- ".rspec"
|
184
208
|
- ".rubocop.yml"
|
@@ -189,6 +213,10 @@ files:
|
|
189
213
|
- LICENSE.md
|
190
214
|
- README.md
|
191
215
|
- Rakefile
|
216
|
+
- app/assets/javascripts/spree/backend/solidus_graphql_api.js
|
217
|
+
- app/assets/javascripts/spree/frontend/solidus_graphql_api.js
|
218
|
+
- app/assets/stylesheets/spree/backend/solidus_graphql_api.css
|
219
|
+
- app/assets/stylesheets/spree/frontend/solidus_graphql_api.css
|
192
220
|
- app/controllers/spree/graphql_controller.rb
|
193
221
|
- bin/console
|
194
222
|
- bin/rails
|
@@ -199,7 +227,181 @@ files:
|
|
199
227
|
- bin/setup
|
200
228
|
- config/locales/en.yml
|
201
229
|
- config/routes.rb
|
230
|
+
- docs/assets/images/graphiql-headers.png
|
231
|
+
- docs/assets/images/graphiql-variables.png
|
232
|
+
- docs/assets/images/graphiql.png
|
233
|
+
- docs/assets/images/menu.png
|
234
|
+
- docs/assets/images/navbar.png
|
235
|
+
- docs/assets/style.css
|
236
|
+
- docs/assets/webfonts/2C4B9D_B_0.eot
|
237
|
+
- docs/assets/webfonts/2C4B9D_B_0.ttf
|
238
|
+
- docs/assets/webfonts/2C4B9D_B_0.woff
|
239
|
+
- docs/assets/webfonts/2C4B9D_B_0.woff2
|
240
|
+
- docs/assets/webfonts/2C4B9D_C_0.eot
|
241
|
+
- docs/assets/webfonts/2C4B9D_C_0.ttf
|
242
|
+
- docs/assets/webfonts/2C4B9D_C_0.woff
|
243
|
+
- docs/assets/webfonts/2C4B9D_C_0.woff2
|
244
|
+
- docs/assets/webfonts/2C4B9D_D_0.eot
|
245
|
+
- docs/assets/webfonts/2C4B9D_D_0.ttf
|
246
|
+
- docs/assets/webfonts/2C4B9D_D_0.woff
|
247
|
+
- docs/assets/webfonts/2C4B9D_D_0.woff2
|
248
|
+
- docs/assets/webfonts/2C4B9D_E_0.eot
|
249
|
+
- docs/assets/webfonts/2C4B9D_E_0.ttf
|
250
|
+
- docs/assets/webfonts/2C4B9D_E_0.woff
|
251
|
+
- docs/assets/webfonts/2C4B9D_E_0.woff2
|
252
|
+
- docs/directive/deprecated/index.html
|
253
|
+
- docs/directive/include/index.html
|
254
|
+
- docs/directive/index.html
|
255
|
+
- docs/directive/skip/index.html
|
256
|
+
- docs/enum/__directivelocation/index.html
|
257
|
+
- docs/enum/__typekind/index.html
|
258
|
+
- docs/enum/addresstypeinput/index.html
|
259
|
+
- docs/enum/index.html
|
260
|
+
- docs/index.html
|
261
|
+
- docs/input_object/addaddressestocheckoutinput/index.html
|
262
|
+
- docs/input_object/addpaymenttocheckoutinput/index.html
|
263
|
+
- docs/input_object/addressinput/index.html
|
264
|
+
- docs/input_object/addtocartinput/index.html
|
265
|
+
- docs/input_object/advancecheckoutinput/index.html
|
266
|
+
- docs/input_object/applycouponcodeinput/index.html
|
267
|
+
- docs/input_object/completecheckoutinput/index.html
|
268
|
+
- docs/input_object/createorderinput/index.html
|
269
|
+
- docs/input_object/emptycartinput/index.html
|
270
|
+
- docs/input_object/index.html
|
271
|
+
- docs/input_object/markdefaultshipaddressinput/index.html
|
272
|
+
- docs/input_object/nextcheckoutstateinput/index.html
|
273
|
+
- docs/input_object/productsqueryinput/index.html
|
274
|
+
- docs/input_object/removefromaddressbookinput/index.html
|
275
|
+
- docs/input_object/removefromcartinput/index.html
|
276
|
+
- docs/input_object/saveinaddressbookinput/index.html
|
277
|
+
- docs/input_object/selectshippingrateinput/index.html
|
278
|
+
- docs/input_object/setorderemailinput/index.html
|
279
|
+
- docs/input_object/updatecartquantityinput/index.html
|
280
|
+
- docs/interface/adjustment/index.html
|
281
|
+
- docs/interface/index.html
|
282
|
+
- docs/interface/node/index.html
|
283
|
+
- docs/interface/paymentsource/index.html
|
284
|
+
- docs/mutation/addaddressestocheckout/index.html
|
285
|
+
- docs/mutation/addpaymenttocheckout/index.html
|
286
|
+
- docs/mutation/addtocart/index.html
|
287
|
+
- docs/mutation/advancecheckout/index.html
|
288
|
+
- docs/mutation/applycouponcode/index.html
|
289
|
+
- docs/mutation/completecheckout/index.html
|
290
|
+
- docs/mutation/createorder/index.html
|
291
|
+
- docs/mutation/emptycart/index.html
|
292
|
+
- docs/mutation/markdefaultshipaddress/index.html
|
293
|
+
- docs/mutation/nextcheckoutstate/index.html
|
294
|
+
- docs/mutation/removefromaddressbook/index.html
|
295
|
+
- docs/mutation/removefromcart/index.html
|
296
|
+
- docs/mutation/saveinaddressbook/index.html
|
297
|
+
- docs/mutation/selectshippingrate/index.html
|
298
|
+
- docs/mutation/setorderemail/index.html
|
299
|
+
- docs/mutation/updatecartquantity/index.html
|
300
|
+
- docs/object/__directive/index.html
|
301
|
+
- docs/object/__enumvalue/index.html
|
302
|
+
- docs/object/__field/index.html
|
303
|
+
- docs/object/__inputvalue/index.html
|
304
|
+
- docs/object/__schema/index.html
|
305
|
+
- docs/object/__type/index.html
|
306
|
+
- docs/object/addaddressestocheckoutpayload/index.html
|
307
|
+
- docs/object/addpaymenttocheckoutpayload/index.html
|
308
|
+
- docs/object/address/index.html
|
309
|
+
- docs/object/addressconnection/index.html
|
310
|
+
- docs/object/addressedge/index.html
|
311
|
+
- docs/object/addtocartpayload/index.html
|
312
|
+
- docs/object/adjustmentconnection/index.html
|
313
|
+
- docs/object/adjustmentedge/index.html
|
314
|
+
- docs/object/advancecheckoutpayload/index.html
|
315
|
+
- docs/object/applycouponcodepayload/index.html
|
316
|
+
- docs/object/completecheckoutpayload/index.html
|
317
|
+
- docs/object/country/index.html
|
318
|
+
- docs/object/countryconnection/index.html
|
319
|
+
- docs/object/countryedge/index.html
|
320
|
+
- docs/object/createorderpayload/index.html
|
321
|
+
- docs/object/creditcard/index.html
|
322
|
+
- docs/object/currency/index.html
|
323
|
+
- docs/object/currencyconnection/index.html
|
324
|
+
- docs/object/currencyedge/index.html
|
325
|
+
- docs/object/emptycartpayload/index.html
|
326
|
+
- docs/object/image/index.html
|
327
|
+
- docs/object/imageconnection/index.html
|
328
|
+
- docs/object/imageedge/index.html
|
329
|
+
- docs/object/index.html
|
330
|
+
- docs/object/lineitem/index.html
|
331
|
+
- docs/object/lineitemconnection/index.html
|
332
|
+
- docs/object/lineitemedge/index.html
|
333
|
+
- docs/object/manifestitem/index.html
|
334
|
+
- docs/object/markdefaultshipaddresspayload/index.html
|
335
|
+
- docs/object/nextcheckoutstatepayload/index.html
|
336
|
+
- docs/object/optiontype/index.html
|
337
|
+
- docs/object/optiontypeconnection/index.html
|
338
|
+
- docs/object/optiontypeedge/index.html
|
339
|
+
- docs/object/optionvalue/index.html
|
340
|
+
- docs/object/optionvalueconnection/index.html
|
341
|
+
- docs/object/optionvalueedge/index.html
|
342
|
+
- docs/object/order/index.html
|
343
|
+
- docs/object/orderconnection/index.html
|
344
|
+
- docs/object/orderedge/index.html
|
345
|
+
- docs/object/pageinfo/index.html
|
346
|
+
- docs/object/payment/index.html
|
347
|
+
- docs/object/paymentmethod/index.html
|
348
|
+
- docs/object/price/index.html
|
349
|
+
- docs/object/priceconnection/index.html
|
350
|
+
- docs/object/priceedge/index.html
|
351
|
+
- docs/object/product/index.html
|
352
|
+
- docs/object/productconnection/index.html
|
353
|
+
- docs/object/productedge/index.html
|
354
|
+
- docs/object/productproperty/index.html
|
355
|
+
- docs/object/productpropertyconnection/index.html
|
356
|
+
- docs/object/productpropertyedge/index.html
|
357
|
+
- docs/object/promotionadjustment/index.html
|
358
|
+
- docs/object/property/index.html
|
359
|
+
- docs/object/removefromaddressbookpayload/index.html
|
360
|
+
- docs/object/removefromcartpayload/index.html
|
361
|
+
- docs/object/saveinaddressbookpayload/index.html
|
362
|
+
- docs/object/selectshippingratepayload/index.html
|
363
|
+
- docs/object/setorderemailpayload/index.html
|
364
|
+
- docs/object/shipment/index.html
|
365
|
+
- docs/object/shipmentconnection/index.html
|
366
|
+
- docs/object/shipmentedge/index.html
|
367
|
+
- docs/object/shippingmethod/index.html
|
368
|
+
- docs/object/shippingrate/index.html
|
369
|
+
- docs/object/shippingrateconnection/index.html
|
370
|
+
- docs/object/shippingrateedge/index.html
|
371
|
+
- docs/object/state/index.html
|
372
|
+
- docs/object/stateconnection/index.html
|
373
|
+
- docs/object/stateedge/index.html
|
374
|
+
- docs/object/store/index.html
|
375
|
+
- docs/object/taxadjustment/index.html
|
376
|
+
- docs/object/taxon/index.html
|
377
|
+
- docs/object/taxonconnection/index.html
|
378
|
+
- docs/object/taxonedge/index.html
|
379
|
+
- docs/object/taxonomy/index.html
|
380
|
+
- docs/object/taxonomyconnection/index.html
|
381
|
+
- docs/object/taxonomyedge/index.html
|
382
|
+
- docs/object/updatecartquantitypayload/index.html
|
383
|
+
- docs/object/user/index.html
|
384
|
+
- docs/object/usererror/index.html
|
385
|
+
- docs/object/variant/index.html
|
386
|
+
- docs/object/variantconnection/index.html
|
387
|
+
- docs/object/variantedge/index.html
|
388
|
+
- docs/object/walletpaymentsource/index.html
|
389
|
+
- docs/object/walletpaymentsourceconnection/index.html
|
390
|
+
- docs/object/walletpaymentsourceedge/index.html
|
391
|
+
- docs/operation/mutation/index.html
|
392
|
+
- docs/operation/query/index.html
|
393
|
+
- docs/scalar/boolean/index.html
|
394
|
+
- docs/scalar/float/index.html
|
395
|
+
- docs/scalar/id/index.html
|
396
|
+
- docs/scalar/index.html
|
397
|
+
- docs/scalar/int/index.html
|
398
|
+
- docs/scalar/iso8601datetime/index.html
|
399
|
+
- docs/scalar/json/index.html
|
400
|
+
- docs/scalar/string/index.html
|
401
|
+
- docs/union/index.html
|
202
402
|
- lib/generators/solidus_graphql_api/install/install_generator.rb
|
403
|
+
- lib/generators/solidus_graphql_api/install/templates/initializer.rb
|
404
|
+
- lib/graphql_docs/landing_pages/index.md
|
203
405
|
- lib/solidus_graphql_api.rb
|
204
406
|
- lib/solidus_graphql_api/batch_loader.rb
|
205
407
|
- lib/solidus_graphql_api/batch_loader/belongs_to.rb
|
@@ -209,11 +411,6 @@ files:
|
|
209
411
|
- lib/solidus_graphql_api/configuration.rb
|
210
412
|
- lib/solidus_graphql_api/context.rb
|
211
413
|
- lib/solidus_graphql_api/engine.rb
|
212
|
-
- lib/solidus_graphql_api/factories.rb
|
213
|
-
- lib/solidus_graphql_api/factories/address_factory.rb
|
214
|
-
- lib/solidus_graphql_api/factories/country_factory.rb
|
215
|
-
- lib/solidus_graphql_api/factories/store_factory.rb
|
216
|
-
- lib/solidus_graphql_api/factories/taxonomy_factory.rb
|
217
414
|
- lib/solidus_graphql_api/mutations/.keep
|
218
415
|
- lib/solidus_graphql_api/mutations/base_mutation.rb
|
219
416
|
- lib/solidus_graphql_api/mutations/checkout/add_addresses_to_checkout.rb
|
@@ -229,7 +426,7 @@ files:
|
|
229
426
|
- lib/solidus_graphql_api/mutations/checkout/select_shipping_rate.rb
|
230
427
|
- lib/solidus_graphql_api/mutations/checkout/set_order_email.rb
|
231
428
|
- lib/solidus_graphql_api/mutations/checkout/update_cart_quantity.rb
|
232
|
-
- lib/solidus_graphql_api/mutations/user/
|
429
|
+
- lib/solidus_graphql_api/mutations/user/mark_default_ship_address.rb
|
233
430
|
- lib/solidus_graphql_api/mutations/user/remove_from_address_book.rb
|
234
431
|
- lib/solidus_graphql_api/mutations/user/save_in_address_book.rb
|
235
432
|
- lib/solidus_graphql_api/queries/address/country_query.rb
|
@@ -239,6 +436,7 @@ files:
|
|
239
436
|
- lib/solidus_graphql_api/queries/country/states_query.rb
|
240
437
|
- lib/solidus_graphql_api/queries/line_item/variant_query.rb
|
241
438
|
- lib/solidus_graphql_api/queries/option_type/option_values_query.rb
|
439
|
+
- lib/solidus_graphql_api/queries/option_value/option_type_query.rb
|
242
440
|
- lib/solidus_graphql_api/queries/order/adjustments_query.rb
|
243
441
|
- lib/solidus_graphql_api/queries/order/billing_address_query.rb
|
244
442
|
- lib/solidus_graphql_api/queries/order/line_items_query.rb
|
@@ -253,6 +451,7 @@ files:
|
|
253
451
|
- lib/solidus_graphql_api/queries/product_property/property_query.rb
|
254
452
|
- lib/solidus_graphql_api/queries/products_query.rb
|
255
453
|
- lib/solidus_graphql_api/queries/shipment/shipping_rates_query.rb
|
454
|
+
- lib/solidus_graphql_api/queries/shipping_rate/shipping_method_query.rb
|
256
455
|
- lib/solidus_graphql_api/queries/taxon/children_query.rb
|
257
456
|
- lib/solidus_graphql_api/queries/taxon/parent_taxon_query.rb
|
258
457
|
- lib/solidus_graphql_api/queries/taxonomies_query.rb
|
@@ -263,6 +462,11 @@ files:
|
|
263
462
|
- lib/solidus_graphql_api/queries/variant/option_values_query.rb
|
264
463
|
- lib/solidus_graphql_api/queries/variant/prices_query.rb
|
265
464
|
- lib/solidus_graphql_api/schema.rb
|
465
|
+
- lib/solidus_graphql_api/testing_support/factories.rb
|
466
|
+
- lib/solidus_graphql_api/testing_support/factories/address_factory.rb
|
467
|
+
- lib/solidus_graphql_api/testing_support/factories/country_factory.rb
|
468
|
+
- lib/solidus_graphql_api/testing_support/factories/store_factory.rb
|
469
|
+
- lib/solidus_graphql_api/testing_support/factories/taxonomy_factory.rb
|
266
470
|
- lib/solidus_graphql_api/types/.keep
|
267
471
|
- lib/solidus_graphql_api/types/address.rb
|
268
472
|
- lib/solidus_graphql_api/types/base/argument.rb
|
@@ -298,6 +502,7 @@ files:
|
|
298
502
|
- lib/solidus_graphql_api/types/property.rb
|
299
503
|
- lib/solidus_graphql_api/types/query.rb
|
300
504
|
- lib/solidus_graphql_api/types/shipment.rb
|
505
|
+
- lib/solidus_graphql_api/types/shipping_method.rb
|
301
506
|
- lib/solidus_graphql_api/types/shipping_rate.rb
|
302
507
|
- lib/solidus_graphql_api/types/state.rb
|
303
508
|
- lib/solidus_graphql_api/types/store.rb
|
@@ -321,7 +526,7 @@ files:
|
|
321
526
|
- spec/integration/mutations/checkout/select_shipping_rate_spec.rb
|
322
527
|
- spec/integration/mutations/create_order_spec.rb
|
323
528
|
- spec/integration/mutations/empty_cart_spec.rb
|
324
|
-
- spec/integration/mutations/
|
529
|
+
- spec/integration/mutations/mark_default_ship_address_spec.rb
|
325
530
|
- spec/integration/mutations/remove_from_address_book_spec.rb
|
326
531
|
- spec/integration/mutations/remove_from_cart_spec.rb
|
327
532
|
- spec/integration/mutations/save_in_address_book_spec.rb
|
@@ -335,6 +540,7 @@ files:
|
|
335
540
|
- spec/integration/queries/product_by_slug_spec.rb
|
336
541
|
- spec/integration/queries/products_spec.rb
|
337
542
|
- spec/integration/queries/taxonomies_spec.rb
|
543
|
+
- spec/integration/types/json_spec.rb
|
338
544
|
- spec/lib/solidus_graphql_api/batch_loader/belongs_to_spec.rb
|
339
545
|
- spec/lib/solidus_graphql_api/batch_loader/has_many_spec.rb
|
340
546
|
- spec/lib/solidus_graphql_api/batch_loader/has_many_through_spec.rb
|
@@ -347,6 +553,7 @@ files:
|
|
347
553
|
- spec/lib/solidus_graphql_api/queries/country/states_query_spec.rb
|
348
554
|
- spec/lib/solidus_graphql_api/queries/line_item/variant_query_spec.rb
|
349
555
|
- spec/lib/solidus_graphql_api/queries/option_type/option_values_query_spec.rb
|
556
|
+
- spec/lib/solidus_graphql_api/queries/option_value/option_type_query_spec.rb
|
350
557
|
- spec/lib/solidus_graphql_api/queries/order/adjustments_query_spec.rb
|
351
558
|
- spec/lib/solidus_graphql_api/queries/order/billing_address_query_spec.rb
|
352
559
|
- spec/lib/solidus_graphql_api/queries/order/line_items_query_spec.rb
|
@@ -361,6 +568,7 @@ files:
|
|
361
568
|
- spec/lib/solidus_graphql_api/queries/product_property/property_query_spec.rb
|
362
569
|
- spec/lib/solidus_graphql_api/queries/products_query_spec.rb
|
363
570
|
- spec/lib/solidus_graphql_api/queries/shipment/shipping_rates_query_spec.rb
|
571
|
+
- spec/lib/solidus_graphql_api/queries/shipping_rate/shipping_method_query_spec.rb
|
364
572
|
- spec/lib/solidus_graphql_api/queries/taxon/children_query_spec.rb
|
365
573
|
- spec/lib/solidus_graphql_api/queries/taxon/parent_taxon_query_spec.rb
|
366
574
|
- spec/lib/solidus_graphql_api/queries/taxonomies_query_spec.rb
|
@@ -374,9 +582,11 @@ files:
|
|
374
582
|
- spec/lib/solidus_graphql_api/types/base/object_spec.rb
|
375
583
|
- spec/lib/solidus_graphql_api/types/json_spec.rb
|
376
584
|
- spec/lib/solidus_graphql_api/types/option_type_spec.rb
|
585
|
+
- spec/lib/solidus_graphql_api/types/option_value_spec.rb
|
377
586
|
- spec/lib/solidus_graphql_api/types/product_property_spec.rb
|
378
587
|
- spec/lib/solidus_graphql_api/types/product_spec.rb
|
379
588
|
- spec/lib/solidus_graphql_api/types/query_spec.rb
|
589
|
+
- spec/lib/solidus_graphql_api/types/shipping_rate_spec.rb
|
380
590
|
- spec/lib/solidus_graphql_api/types/variant_spec.rb
|
381
591
|
- spec/requests/spree/graphql_controller_spec.rb
|
382
592
|
- spec/spec_helper.rb
|
@@ -389,7 +599,7 @@ files:
|
|
389
599
|
- spec/support/graphql/mutations/complete_checkout.gql
|
390
600
|
- spec/support/graphql/mutations/create_order.gql
|
391
601
|
- spec/support/graphql/mutations/empty_cart.gql
|
392
|
-
- spec/support/graphql/mutations/
|
602
|
+
- spec/support/graphql/mutations/mark_default_ship_address.gql
|
393
603
|
- spec/support/graphql/mutations/next_checkout_state.gql
|
394
604
|
- spec/support/graphql/mutations/remove_from_address_book.gql
|
395
605
|
- spec/support/graphql/mutations/remove_from_cart.gql
|
@@ -449,7 +659,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
449
659
|
- !ruby/object:Gem::Version
|
450
660
|
version: '0'
|
451
661
|
requirements: []
|
452
|
-
rubygems_version: 3.
|
662
|
+
rubygems_version: 3.1.2
|
453
663
|
signing_key:
|
454
664
|
specification_version: 4
|
455
665
|
summary: Solidus GraphQL API
|
@@ -464,7 +674,7 @@ test_files:
|
|
464
674
|
- spec/integration/mutations/checkout/select_shipping_rate_spec.rb
|
465
675
|
- spec/integration/mutations/create_order_spec.rb
|
466
676
|
- spec/integration/mutations/empty_cart_spec.rb
|
467
|
-
- spec/integration/mutations/
|
677
|
+
- spec/integration/mutations/mark_default_ship_address_spec.rb
|
468
678
|
- spec/integration/mutations/remove_from_address_book_spec.rb
|
469
679
|
- spec/integration/mutations/remove_from_cart_spec.rb
|
470
680
|
- spec/integration/mutations/save_in_address_book_spec.rb
|
@@ -478,6 +688,7 @@ test_files:
|
|
478
688
|
- spec/integration/queries/product_by_slug_spec.rb
|
479
689
|
- spec/integration/queries/products_spec.rb
|
480
690
|
- spec/integration/queries/taxonomies_spec.rb
|
691
|
+
- spec/integration/types/json_spec.rb
|
481
692
|
- spec/lib/solidus_graphql_api/batch_loader/belongs_to_spec.rb
|
482
693
|
- spec/lib/solidus_graphql_api/batch_loader/has_many_spec.rb
|
483
694
|
- spec/lib/solidus_graphql_api/batch_loader/has_many_through_spec.rb
|
@@ -490,6 +701,7 @@ test_files:
|
|
490
701
|
- spec/lib/solidus_graphql_api/queries/country/states_query_spec.rb
|
491
702
|
- spec/lib/solidus_graphql_api/queries/line_item/variant_query_spec.rb
|
492
703
|
- spec/lib/solidus_graphql_api/queries/option_type/option_values_query_spec.rb
|
704
|
+
- spec/lib/solidus_graphql_api/queries/option_value/option_type_query_spec.rb
|
493
705
|
- spec/lib/solidus_graphql_api/queries/order/adjustments_query_spec.rb
|
494
706
|
- spec/lib/solidus_graphql_api/queries/order/billing_address_query_spec.rb
|
495
707
|
- spec/lib/solidus_graphql_api/queries/order/line_items_query_spec.rb
|
@@ -504,6 +716,7 @@ test_files:
|
|
504
716
|
- spec/lib/solidus_graphql_api/queries/product_property/property_query_spec.rb
|
505
717
|
- spec/lib/solidus_graphql_api/queries/products_query_spec.rb
|
506
718
|
- spec/lib/solidus_graphql_api/queries/shipment/shipping_rates_query_spec.rb
|
719
|
+
- spec/lib/solidus_graphql_api/queries/shipping_rate/shipping_method_query_spec.rb
|
507
720
|
- spec/lib/solidus_graphql_api/queries/taxon/children_query_spec.rb
|
508
721
|
- spec/lib/solidus_graphql_api/queries/taxon/parent_taxon_query_spec.rb
|
509
722
|
- spec/lib/solidus_graphql_api/queries/taxonomies_query_spec.rb
|
@@ -517,9 +730,11 @@ test_files:
|
|
517
730
|
- spec/lib/solidus_graphql_api/types/base/object_spec.rb
|
518
731
|
- spec/lib/solidus_graphql_api/types/json_spec.rb
|
519
732
|
- spec/lib/solidus_graphql_api/types/option_type_spec.rb
|
733
|
+
- spec/lib/solidus_graphql_api/types/option_value_spec.rb
|
520
734
|
- spec/lib/solidus_graphql_api/types/product_property_spec.rb
|
521
735
|
- spec/lib/solidus_graphql_api/types/product_spec.rb
|
522
736
|
- spec/lib/solidus_graphql_api/types/query_spec.rb
|
737
|
+
- spec/lib/solidus_graphql_api/types/shipping_rate_spec.rb
|
523
738
|
- spec/lib/solidus_graphql_api/types/variant_spec.rb
|
524
739
|
- spec/requests/spree/graphql_controller_spec.rb
|
525
740
|
- spec/spec_helper.rb
|
@@ -532,7 +747,7 @@ test_files:
|
|
532
747
|
- spec/support/graphql/mutations/complete_checkout.gql
|
533
748
|
- spec/support/graphql/mutations/create_order.gql
|
534
749
|
- spec/support/graphql/mutations/empty_cart.gql
|
535
|
-
- spec/support/graphql/mutations/
|
750
|
+
- spec/support/graphql/mutations/mark_default_ship_address.gql
|
536
751
|
- spec/support/graphql/mutations/next_checkout_state.gql
|
537
752
|
- spec/support/graphql/mutations/remove_from_address_book.gql
|
538
753
|
- spec/support/graphql/mutations/remove_from_cart.gql
|
@@ -1,11 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'solidus_graphql_api/factories/address_factory'
|
4
|
-
require 'solidus_graphql_api/factories/country_factory'
|
5
|
-
require 'solidus_graphql_api/factories/store_factory'
|
6
|
-
require 'solidus_graphql_api/factories/taxonomy_factory'
|
7
|
-
|
8
|
-
module SolidusGraphqlApi
|
9
|
-
module Factories
|
10
|
-
end
|
11
|
-
end
|