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

Extend GraphQL store config implementation #128

Closed
nuzil opened this issue Jul 20, 2018 · 1 comment
Closed

Extend GraphQL store config implementation #128

nuzil opened this issue Jul 20, 2018 · 1 comment
Assignees
Labels

Comments

@nuzil
Copy link
Contributor

nuzil commented Jul 20, 2018

For PWA frontend implementation we need to extend list of parameters which we need to ability to receive from Magento Configuration.

Base implementation: #126
PWA Requirements: magento/pwa-studio#115

At this moment values we need are:

Content -> Design -> Configuration:

  • HTML head Section
  • Header Section
  • Footer section
  • Others are not really required at this moment.

Stores -> Configuration

  • Web -> Default Pages (current blocker, cause we need to know correct pages ID. Otherwise we have to hardcode them).

Catalog | Catalog -> Search Engine Optimization: Category URL Suffix

Implementation

Will be nice to have possibility to define list of config parameters that user can request via GraphQL by using graphql/di.xml file. So developer could extend this list easily

Result

By Using GraphQL query we can receive parameters described on this issue, list of variables will be based on di.xml configuration file

@naydav
Copy link
Contributor

naydav commented Oct 4, 2018

#182

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

No branches or pull requests

3 participants