Skip to content

Instantly share code, notes, and snippets.

@4knort
Created July 3, 2018 19:32
Show Gist options
  • Save 4knort/95a1cc6de1649b641130f7d1e88f2044 to your computer and use it in GitHub Desktop.
Save 4knort/95a1cc6de1649b641130f7d1e88f2044 to your computer and use it in GitHub Desktop.
{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