Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

120 implement store configs coverage #126

Conversation

VitaliyBoyko
Copy link
Contributor

@VitaliyBoyko VitaliyBoyko commented Jul 18, 2018

Description

Implemented StoreConfig graphql coverage

Fixed Issues (if relevant)

  1. Implement storeConfigs coverage #120: Implement storeConfigs coverage
{
  storeConfig{
        id,
    	code,
    	website_id,
    	locale,
    	base_currency_code,
    	default_display_currency_code,
    	timezone,
    	weight_unit,
    	base_url,
    	base_link_url,
    	base_static_url,
    	base_media_url,
    	secure_base_url,
    	secure_base_link_url,
    	secure_base_static_url,
    	secure_base_media_url 
  }
}

@magento-cicd2
Copy link
Contributor

magento-cicd2 commented Jul 18, 2018

CLA assistant check
All committers have signed the CLA.

@nuzil nuzil self-assigned this Jul 19, 2018
@nuzil
Copy link
Contributor

nuzil commented Jul 20, 2018

Looks great! I will made some additional checks and if everything fine we can merge it

= <<<QUERY
{
storeConfig{
items{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please align test. Looks like you removed "items" on your last code update. Should be also removed here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants