Skip to content

Instantly share code, notes, and snippets.

@4knort
Created June 25, 2018 11:12
Show Gist options
  • Save 4knort/637aae6a8ffb751300c0e11c11cd3d15 to your computer and use it in GitHub Desktop.
Save 4knort/637aae6a8ffb751300c0e11c11cd3d15 to your computer and use it in GitHub Desktop.
operationName:null
query:"mutation ($input: UpdateTeacherInput!) {↵ item: updateTeacher(input: $input) {↵ ...TeacherFields↵ __typename↵ }↵}↵↵fragment TeacherFields on Teacher {↵ id↵ name↵ description↵ photoUrl↵ socialLinks {↵ facebook↵ googleplus↵ instagram↵ odnoklassniki↵ twitter↵ utmagazine↵ vkontakte↵ youtube↵ __typename↵ }↵ __typename↵}↵"
variables:{input: {name: "netda1", id: "15", description: null,…}}
input:{name: "netda1", id: "15", description: null,…}
description:null
id:"15"
name:"netda1"
photoUrl:null
socialLinks:{facebook: null, googleplus: null, instagram: null, odnoklassniki: null, twitter: null,…}
facebook:null
googleplus:null
instagram:null
odnoklassniki:null
twitter:null
utmagazine:null
vkontakte:null
youtube:null
__typename:"SocialNetworkLinks"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment