Created
July 3, 2018 19:32
-
-
Save 4knort/95a1cc6de1649b641130f7d1e88f2044 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, variables: {flowId: 35, priceId: 41},…} | |
operationName:null | |
query:"mutation ($flowId: ID!, $priceId: ID!, $promoCode: String) {↵ purchaseCourse(input: {flowId: $flowId, priceId: $priceId, promoCode: $promoCode})↵}↵" | |
variables:{flowId: 35, priceId: 41} | |
flowId:35 | |
priceId:41 | |
errors:[{message: "Schema is not configured for mutations", category: "graphql",…}] | |
0:{message: "Schema is not configured for mutations", category: "graphql",…} | |
category:"graphql" | |
locations:[{line: 1, column: 1}] | |
0:{line: 1, column: 1} | |
column:1 | |
line:1 | |
message:"Schema is not configured for mutations" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment