File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
13
13
},
14
14
"type" : " magento2-module" ,
15
- "version" : " 1.0.1 " ,
15
+ "version" : " 1.0.2 " ,
16
16
"license" : [
17
17
18
18
],
Original file line number Diff line number Diff line change 1
1
type StoreConfig @doc (description : " The type contains information about a store config." ) {
2
2
warranty_enabled : Int @doc (description :"Extend Warranty Enabled Flag" )
3
- warranty_store_id : String @doc (description :"Extend Warranty Store Id" )
3
+ warranty_store_id : String @doc (description :"Extend Warranty Store Id" ) @resolver ( class : " Extend \\ WarrantyGraphQl \\ Model \\ Resolver \\ StoreConfig " )
4
4
warranty_cart_offers_enabled : Int @doc (description :"Extend Warranty Offers enabled for cart" )
5
5
warranty_environment : String @doc (description :"Current Environment" ) @resolver (class : " Extend\\ WarrantyGraphQl\\ Model\\ Resolver\\ StoreConfig" )
6
6
warranty_js_lib_url : String @doc (description :"Url to extend js stdlib" ) @resolver (class : " Extend\\ WarrantyGraphQl\\ Model\\ Resolver\\ StoreConfig" )
You can’t perform that action at this time.
0 commit comments