Created
June 7, 2018 18:14
-
-
Save 4knort/1ff2066f6e647decfadc6def724513b4 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: {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