Skip to content

Instantly share code, notes, and snippets.

@4knort
Created July 4, 2018 12:34
Show Gist options
  • Save 4knort/446a3fbabb177268f3bb84351c1a4551 to your computer and use it in GitHub Desktop.
Save 4knort/446a3fbabb177268f3bb84351c1a4551 to your computer and use it in GitHub Desktop.
operationName:null
query:"mutation ($flowId: ID!, $priceId: ID!, $promoCode: String) {↵ purchaseCourse(input: {flowId: $flowId, priceId: $priceId, promoCode: $promoCode})↵}↵"
variables:{flowId: "35", priceId: "206"}
flowId:"35"
priceId:"206"
data:{purchaseCourse: false}
purchaseCourse:false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment