Skip to content

Instantly share code, notes, and snippets.

@factoryhr
Created May 24, 2022 08:21
Show Gist options
  • Save factoryhr/8e18d47b709ddf1204a4bad4ce5e2965 to your computer and use it in GitHub Desktop.
Save factoryhr/8e18d47b709ddf1204a4bad4ce5e2965 to your computer and use it in GitHub Desktop.
IntroductionToGraphQLBlogPost
{
"data":{
"__type":{
"name":"object_News",
"fields":[
{
"name":"comments",
"type":{
"kind":"LIST"
}
},
{
"name":"id",
"type":{
"kind":"SCALAR"
}
},
{
"name":"key",
"type":{
"kind":"SCALAR"
}
},
{
"name":"parent",
"type":{
"kind":"UNION"
}
},
{
"name":"shortText",
"type":{
"kind":"SCALAR"
}
},
{
"name":"title",
"type":{
"kind":"SCALAR"
}
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment