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 orchestration schema to latest version #4

Merged
merged 2 commits into from
Dec 3, 2024

Conversation

mohsinht
Copy link
Contributor

@mohsinht mohsinht commented Dec 3, 2024

PR Type

Enhancement


Description

  • Added a new optional argument data_point_key to the pathwayDataPoints query in the GraphQL schema and TypeScript interface.
  • Updated type definitions to include the new data_point_key field.
  • Bumped the package version to 0.1.19 to reflect the changes.

Changes walkthrough 📝

Relevant files
Enhancement
schema.ts
Add `data_point_key` argument to `pathwayDataPoints` query

src/genql/generated/schema.ts

  • Added a new optional argument data_point_key to the pathwayDataPoints
    query.
  • Updated the interface to reflect the new schema changes.
  • +1/-1     
    types.ts
    Update type definitions to include `data_point_key`           

    src/genql/generated/types.ts

  • Included data_point_key as a new field in the type definitions.
  • Updated the type mapping to align with the schema changes.
  • +3/-0     
    schema.graphql
    Update GraphQL schema to include `data_point_key`               

    src/genql/generated/schema.graphql

  • Added data_point_key as an optional argument to the pathwayDataPoints
    query in the GraphQL schema.
  • +1/-1     
    Configuration changes
    package.json
    Update package version to 0.1.19                                                 

    package.json

    • Bumped the package version from 0.1.18 to 0.1.19.
    +1/-1     

    💡 PR-Agent usage: Comment /help "your question" on any pull request to receive relevant information

    Copy link

    github-actions bot commented Dec 3, 2024

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ No major issues detected

    Copy link

    github-actions bot commented Dec 3, 2024

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    @sharlotta93 sharlotta93 merged commit 12214c3 into main Dec 3, 2024
    2 checks passed
    @sharlotta93 sharlotta93 deleted the update-sdk-with-new-schema branch December 3, 2024 17:33
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    2 participants