"description":"The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.",
"fields":null,
"inputFields":null,
"interfaces":null,
"enumValues":null,
"possibleTypes":null
},
{
"kind":"UNION",
"name":"KnowsSubject",
"description":null,
"fields":null,
"inputFields":null,
"interfaces":null,
"enumValues":null,
"possibleTypes":[
{
"kind":"OBJECT",
"name":"User",
"ofType":null
}
]
},
{
"kind":"UNION",
"name":"KnowsObject",
"description":null,
"fields":null,
"inputFields":null,
"interfaces":null,
"enumValues":null,
"possibleTypes":[
{
"kind":"OBJECT",
"name":"User",
"ofType":null
}
]
},
{
"kind":"OBJECT",
"name":"Knows",
"description":null,
"fields":[
{
"name":"_id",
"name":"username",
"description":null,
"args":[],
"type":{
...
...
@@ -102,160 +38,27 @@
"name":null,
"ofType":{
"kind":"SCALAR",
"name":"ID",
"name":"String",
"ofType":null
}
},
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"_subj",
"description":null,
"args":[],
"type":{
"kind":"NON_NULL",
"name":null,
"ofType":{
"kind":"LIST",
"name":null,
"ofType":{
"kind":"NON_NULL",
"name":null,
"ofType":{
"kind":"UNION",
"name":"KnowsSubject",
"ofType":null
}
}
}
},
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"_obj",
"description":null,
"args":[],
"type":{
"kind":"NON_NULL",
"name":null,
"ofType":{
"kind":"LIST",
"name":null,
"ofType":{
"kind":"NON_NULL",
"name":null,
"ofType":{
"kind":"UNION",
"name":"KnowsObject",
"ofType":null
}
}
}
},
"isDeprecated":false,
"deprecationReason":null
}
],
"inputFields":null,
"interfaces":[
{
"kind":"INTERFACE",
"name":"Glyph",
"ofType":null
}
],
"interfaces":[],
"enumValues":null,
"possibleTypes":null
},
{
"kind":"UNION",
"name":"UserRelation",
"description":null,
"kind":"SCALAR",
"name":"ID",
"description":"The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.",