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

ENG-5252 feat(portal): add raw graphql query to quests route for nft points #998

Merged
merged 2 commits into from
Dec 26, 2024

Conversation

Vitalsine85
Copy link
Member

Affected Packages

Apps

  • data populator
  • portal
  • template

Packages

  • 1ui
  • api
  • graphql
  • protocol
  • sdk

Tools

  • tools

Overview

Swaps out the Phosphor and RPC calls used for NFT Relic points to use the new GraphQL ponder endpoint.

Screen Captures

If applicable, add screenshots or screen captures of your changes.

Declaration

  • I hereby declare that I have abided by the rules and regulations as outlined in the CONTRIBUTING.md

Copy link

linear bot commented Dec 26, 2024

@github-actions github-actions bot added the feat Feature label Dec 26, 2024
document: { query: string },
variables: V,
): Promise<GraphQLResponse<T>> {
const endpoint = process.env.RELIC_GRAPHQL_ENDPOINT
Copy link
Member

Choose a reason for hiding this comment

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

Nice job! We'll need to also add this to the build action scripts and Dockerfile. Likely makes sense to do in this same PR.

@Vitalsine85 Vitalsine85 enabled auto-merge (squash) December 26, 2024 21:06
@Vitalsine85 Vitalsine85 disabled auto-merge December 26, 2024 21:06
@Vitalsine85 Vitalsine85 merged commit 8d810a5 into main Dec 26, 2024
3 checks passed
@Vitalsine85 Vitalsine85 deleted the vital/eng-5252-update-relic-points-to-use-graphql branch December 26, 2024 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants