Skip to content

Instantly share code, notes, and snippets.

@4knort
Created June 7, 2018 16:08
Show Gist options
  • Save 4knort/54e8ea374b7d36273e2d4476a6ab1bc6 to your computer and use it in GitHub Desktop.
Save 4knort/54e8ea374b7d36273e2d4476a6ab1bc6 to your computer and use it in GitHub Desktop.
operationName
:
null
query
:
"mutation ($input: CreateTeacherInput!) {↵ item: createTeacher(input: $input) {↵ ...CourseFlowFields↵ __typename↵ }↵}↵↵fragment CourseFlowFields on CourseFlow {↵ id↵ dateStart↵ name↵ videoUrl↵ course {↵ name↵ __typename↵ }↵ courseId↵ __typename↵}↵"
variables
:
{input: {name: "da", userId: "4", description: "dada"}}
input
:
{name: "da", userId: "4", description: "dada"}
description
:
"dada"
name
:
"da"
userId
:
"4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment