Created
June 25, 2018 11:12
-
-
Save 4knort/637aae6a8ffb751300c0e11c11cd3d15 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 | |
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