slince / shopify-api-php

:rocket: Shopify API Client for PHP
MIT License
128 stars 48 forks source link

Add adminGraphqlApiId to supported managers #24

Closed maximzasorin closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #24 into master will decrease coverage by 0.01%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #24      +/-   ##
============================================
- Coverage     88.18%   88.17%   -0.02%     
+ Complexity     1235     1233       -2     
============================================
  Files            91       92       +1     
  Lines          3056     3052       -4     
============================================
- Hits           2695     2691       -4     
  Misses          361      361
Impacted Files Coverage Δ Complexity Δ
src/Manager/Page/Page.php 100% <ø> (ø) 18 <0> (ø) :arrow_down:
src/Manager/Theme/Theme.php 100% <ø> (ø) 14 <0> (ø) :arrow_down:
src/Manager/PriceRule/PriceRule.php 100% <ø> (ø) 50 <0> (ø) :arrow_down:
src/Manager/Location/Location.php 100% <ø> (ø) 28 <0> (ø) :arrow_down:
src/Manager/ProductVariant/Variant.php 100% <ø> (ø) 48 <0> (-2) :arrow_down:
src/Manager/Fulfillment/Fulfillment.php 100% <ø> (ø) 26 <0> (ø) :arrow_down:
src/Manager/Product/Product.php 100% <ø> (ø) 30 <0> (ø) :arrow_down:
src/Manager/Transaction/Transaction.php 100% <ø> (ø) 30 <0> (ø) :arrow_down:
src/Manager/Blog/Blog.php 100% <ø> (ø) 18 <0> (ø) :arrow_down:
src/Manager/ProductImage/Image.php 100% <ø> (ø) 16 <0> (ø) :arrow_down:
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8e02935...569e744. Read the comment docs.

maximzasorin commented 5 years ago

My investigation about admin_graphql_api_id property in doc.