Created
July 25, 2018 22:49
-
-
Save 4knort/f00f85c619c444f0d8368e843f172e01 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:"query ($id: ID!) {↵ item: flowLesson(id: $id) {↵ ...FlowLessonFields↵ __typename↵ }↵}↵↵fragment FlowLessonFields on Lesson {↵ id↵ priority↵ subject↵ description↵ recordUrl↵ date↵ deleted↵ __typename↵}↵" | |
variables:{id: "128"} | |
id:"128" | |
{data: {item: null}, errors: [,…]} | |
data:{item: null} | |
errors:[,…] | |
0:{message: "Cannot return null for non-nullable type: 'Int' within parent 'Lesson' (/item/priority)",…} | |
errorType:"DataFetchingException" | |
extensions:null | |
locations:null | |
message:"Cannot return null for non-nullable type: 'Int' within parent 'Lesson' (/item/priority)" | |
path:["item", "priority"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment