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

Add ID to fields to avoid apollo-gql error #559

Merged
merged 1 commit into from
Apr 24, 2020

Conversation

dLobatog
Copy link
Contributor

This is meant to prevent apollographql/apollo-client#2510

@@ -45,6 +45,7 @@ query Profile($policyId: String!){
majorOsVersion
lastScanned
policy {
id
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the key one, if I add this the PolicyDetails view is "fixed", but I added others where I saw fit

Copy link
Contributor

@akofink akofink left a comment

Choose a reason for hiding this comment

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

Thanks!

@dLobatog dLobatog merged commit d869f56 into RedHatInsights:master Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants