Created
June 20, 2018 19:20
-
-
Save 4knort/5d297d6a1ae1872fa9d4fbefc68fdee8 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 ($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