Skip to content

Instantly share code, notes, and snippets.

@4knort
Created June 8, 2018 11:29
Show Gist options
  • Save 4knort/765514a2067993a21ff687e32a89f32d to your computer and use it in GitHub Desktop.
Save 4knort/765514a2067993a21ff687e32a89f32d to your computer and use it in GitHub Desktop.
reqeust:
operationName:null
query:"mutation ($input: CreateFlowInput!) {↵ item: createCourseFlow(input: $input) {↵ ...CourseFlowFields↵ __typename↵ }↵}↵↵fragment CourseFlowFields on CourseFlow {↵ id↵ dateStart↵ name↵ videoUrl↵ course {↵ name↵ __typename↵ }↵ courseId↵ __typename↵}↵"
variables:{input: {name: "proveriaem sozdanie", courseId: "6", date: "2018-06-07"}}
input:{name: "proveriaem sozdanie", courseId: "6", date: "2018-06-07"}
courseId:"6"
date:"2018-06-07"
name:"proveriaem sozdanie"
response:
data:null
errors:[,…]
0:{locations: [{line: 2, column: 3}], errorType: "DataFetchingException", message: "", path: ["item"],…}
errorType:"DataFetchingException"
extensions:null
locations:[{line: 2, column: 3}]
0:{line: 2, column: 3}
message:""
path:["item"]
0:"item"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment