Skip to content

Instantly share code, notes, and snippets.

@4knort
Created June 20, 2018 19:20
Show Gist options
  • Save 4knort/5d297d6a1ae1872fa9d4fbefc68fdee8 to your computer and use it in GitHub Desktop.
Save 4knort/5d297d6a1ae1872fa9d4fbefc68fdee8 to your computer and use it in GitHub Desktop.
operationName:null
query:"query ($page: Int!, $size: Int!) {↵ items: allCourseFlows(page: {page: $page, size: $size}) {↵ totalElements↵ content {↵ ...CourseFlowFields↵ __typename↵ }↵ __typename↵ }↵}↵↵fragment CourseFlowFields on CourseFlow {↵ id↵ dateStart↵ name↵ videoUrl↵ course {↵ name↵ __typename↵ }↵ courseId↵ __typename↵}↵"
variables:{page: 0, size: 10}
page:0
size:10
browser.js?e834:49 Warning: Missing translation for key: "GraphQL error: The given id must not be null!; nested exception is java.lang.IllegalArgumentException: The given id must not be null!
GraphQL error: The given id must not be null!; nested exception is java.lang.IllegalArgumentException: The given id must not be null!
GraphQL error: The given id must not be null!; nested exception is java.lang.IllegalArgumentException: The given id must not be null!
GraphQL error: The given id must not be null!; nested exception is java.lang.IllegalArgumentException: The given id must not be null!
GraphQL error: The given id must not be null!; nested exception is java.lang.IllegalArgumentException: The given id must not be null!
GraphQL error: The given id must not be null!; nested exception is java.lang.IllegalArgumentException: The given id must not be null!
GraphQL error: The given id must not be null!; nested exception is java.lang.IllegalArgumentException: The given id must not be null!
GraphQL error: The given id must not be null!; nested exception is java.lang.IllegalArgumentException: The given id must not be null!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment