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

feat(modules-sdk): Remote Query #4463

Merged
merged 30 commits into from
Jul 19, 2023

Conversation

carlos-r-l-rodrigues
Copy link
Contributor

@carlos-r-l-rodrigues carlos-r-l-rodrigues commented Jul 4, 2023

What:

  • Modules exporting Remote Joiner config
  • Remote Query class composing Remote Joiner instance from modules config to enable querying with GraphQL syntax.
new RemoteQuery().query(
  query {
    order (order_id: "ord_123") {
      id
      display_id
      line_items {
        variant {
          sku
        }
      }
    }
  }
)

@carlos-r-l-rodrigues carlos-r-l-rodrigues requested a review from a team as a code owner July 4, 2023 11:45
@changeset-bot
Copy link

changeset-bot bot commented Jul 4, 2023

⚠️ No Changeset found

Latest commit: e03072b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Jul 4, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
medusa-docs ⬜️ Ignored (Inspect) Visit Preview Jul 19, 2023 5:51pm

@olivermrbl olivermrbl changed the title Feat(modules-sdk): Remote Query feat(modules-sdk): Remote Query Jul 19, 2023
@carlos-r-l-rodrigues carlos-r-l-rodrigues merged commit 5a8a889 into develop Jul 19, 2023
@olivermrbl olivermrbl deleted the feat/modules-joiner-config branch July 19, 2023 18:38
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