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

Join payment status from stripe #52

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

soorajshankar
Copy link
Member

@soorajshankar soorajshankar commented Apr 25, 2024

Test it out here https://console.hasura.io/project/hardy-pheasant-6274/environment/default/build/4cc01f3e8f/graphql

with graphql queries

query myQuerySuccess {
  sales_orders(
    limit: 10
  ) {
    id
    paymentId
    paymentStatus
  }
}

// opton2
query myQueryWithFailures {
  sales_orders(
    limit: 10
    where: {paymentId: {_neq: "pi_3P8hrySH1GVlVMsJ1bMaCuMo"}}
  ) {
    id
    paymentId
    paymentStatus
  }
}

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.

None yet

1 participant