Skip to content

Instantly share code, notes, and snippets.

@4knort
Created June 16, 2018 12:22
Show Gist options
  • Save 4knort/f3b1cec0b71be3bf651873d4eeff4c3d to your computer and use it in GitHub Desktop.
Save 4knort/f3b1cec0b71be3bf651873d4eeff4c3d to your computer and use it in GitHub Desktop.
{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