Skip to content

Instantly share code, notes, and snippets.

@4knort
Created July 25, 2018 22:49
Show Gist options
  • Save 4knort/f00f85c619c444f0d8368e843f172e01 to your computer and use it in GitHub Desktop.
Save 4knort/f00f85c619c444f0d8368e843f172e01 to your computer and use it in GitHub Desktop.
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