Created
July 4, 2018 12:34
-
-
Save 4knort/446a3fbabb177268f3bb84351c1a4551 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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