Created
June 16, 2018 12:22
-
-
Save 4knort/f3b1cec0b71be3bf651873d4eeff4c3d 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, variables: {planId: "3", page: 1, size: 10},…} | |
operationName:null | |
query:"query ($planId: ID, $page: Int!, $size: Int!) {↵ items: allCoursePlanLessons(filter: {planId: $planId}, page: {page: $page, size: $size}) {↵ totalPages↵ totalElements↵ content {↵ ...PlanLessonFields↵ __typename↵ }↵ __typename↵ }↵}↵↵fragment PlanLessonFields on CoursePlanLesson {↵ id↵ priority↵ subject↵ description↵ __typename↵}↵" | |
variables:{planId: "3", page: 1, size: 10} | |
page:1 | |
planId:"3" | |
size:10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment