Skip to content

Instantly share code, notes, and snippets.

@daniel-sim
Last active March 9, 2021 08:24
Show Gist options
  • Save daniel-sim/b1506d4138976ffbdb04311a08c4d9a1 to your computer and use it in GitHub Desktop.
Save daniel-sim/b1506d4138976ffbdb04311a08c4d9a1 to your computer and use it in GitHub Desktop.
query {
transactions(types: [APP_SUBSCRIPTION_SALE]) {
edges {
node {
id
createdAt
netAmount {
amount
}
app {
name
}
shop {
myshopifyDomain
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment