packages feed

morpheus-graphql-0.1.0: test/Feature/Holistic/introspection/kinds/UNION/response.json

{
  "data": {
    "__type": {
      "kind": "UNION",
      "name": "TestUnion",
      "fields": null,
      "inputFields": null,
      "interfaces": null,
      "enumValues": null,
      "possibleTypes": [
        {
          "kind": "OBJECT",
          "name": "User",
          "ofType": null
        },
        {
          "kind": "OBJECT",
          "name": "Address",
          "ofType": null
        }
      ]
    }
  }
}