Skip to content

Instantly share code, notes, and snippets.

@4knort
Created June 7, 2018 18:14
Show Gist options
  • Save 4knort/1ff2066f6e647decfadc6def724513b4 to your computer and use it in GitHub Desktop.
Save 4knort/1ff2066f6e647decfadc6def724513b4 to your computer and use it in GitHub Desktop.
{operationName: null, variables: {input: {name: "kursss", date: "2018-06-02"}},…}
operationName:null
query:"mutation ($input: CreateFlowInput!) {↵ item: createCourseFlow(input: $input) {↵ ...CourseFlowFields↵ __typename↵ }↵}↵↵fragment CourseFlowFields on CourseFlow {↵ id↵ dateStart↵ name↵ videoUrl↵ course {↵ name↵ __typename↵ }↵ courseId↵ __typename↵}↵"
variables:{input: {name: "kursss", date: "2018-06-02"}}
input:{name: "kursss", date: "2018-06-02"}
date:"2018-06-02"
name:"kursss"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment