Created
June 8, 2018 11:29
-
-
Save 4knort/765514a2067993a21ff687e32a89f32d 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
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