Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CIF-1654 - CIF React Core Components should support GraphQL GET requests #80

Merged
merged 8 commits into from
Nov 2, 2020

Conversation

herzog31
Copy link
Member

@@ -35,12 +35,13 @@ import partialConfig from './config';
import '../../site/main.scss';

const App = () => {
const { storeView, graphqlEndpoint } = document.querySelector('body').dataset;
const { storeView, graphqlEndpoint, graphqlMethod } = document.querySelector('body').dataset;
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm wondering whether we should make it more explicit that this setting affects only the queries and not the mutations...

Copy link
Member Author

Choose a reason for hiding this comment

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

@dplaton good point. Where do you think would be the best place to document this?

Copy link
Contributor

Choose a reason for hiding this comment

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

For the moment we can only leave a comment in the code. Sadly, we don't have any clear documentation now.

@codecov
Copy link

codecov bot commented Oct 28, 2020

Codecov Report

Merging #80 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##                dev      #80   +/-   ##
=========================================
  Coverage     84.61%   84.61%           
  Complexity       16       16           
=========================================
  Files             1        1           
  Lines            26       26           
  Branches          4        4           
=========================================
  Hits             22       22           
  Misses            2        2           
  Partials          2        2           
Flag Coverage Δ Complexity Δ
unittests 84.61% <ø> (ø) 16.00 <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out 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 9aa8bff...ec72631. Read the comment docs.

@laurentiumagureanu laurentiumagureanu merged commit 271437f into dev Nov 2, 2020
@laurentiumagureanu laurentiumagureanu deleted the issue/CIF-1654 branch November 2, 2020 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request verified
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants