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

Update GraphQL schema to use flags for PPO items #2125

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

stevestreza-ksr
Copy link
Contributor

📲 What

Updates the GraphQL schema, after a recent change removed the tags field in favor of the flags struct.

🤔 Why

Builds are broken because this field existed previously.

🛠 How

Ran bin/apollo-schema-download.sh and re-ran the app to trigger the Apollo code gen.

👀 See

CircleCI failures

✅ Acceptance criteria

Build should pass.

@@ -3,5 +3,9 @@ fragment PPOCardFragment on PledgeProjectOverviewItem {
...PPOBackingFragment
}
tierType
tags
flags {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Inlined for now but happy to move to a fragment.

@nativeksr
Copy link
Collaborator

1 Warning
⚠️ Big PR

Generated by 🚫 Danger

@stevestreza-ksr stevestreza-ksr merged commit f37d6ba into main Aug 15, 2024
5 checks passed
@stevestreza-ksr stevestreza-ksr deleted the stevestreza/graphql-ppo-flags branch August 15, 2024 15:57
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.

3 participants