{
  "schema_errors": [],
  "members": [
    {
      "graphql_errors": [],
      "graphql_data": {
        "choice": {
          "__typename": "Mutation",
          "value": "mutation",
          "self": {
            "value": "nested"
          }
        }
      },
      "name": "Mutation",
      "fields": [
        "value",
        "self",
        "typename__"
      ],
      "value": "mutation",
      "nested_value": "nested"
    },
    {
      "graphql_errors": [],
      "graphql_data": {
        "choice": {
          "__typename": "Other",
          "value": "ok"
        }
      },
      "name": "Other",
      "fields": [
        "value",
        "typename__"
      ],
      "value": "ok",
      "nested_value": null
    }
  ],
  "emitted_roots": [
    "Mutation"
  ]
}
