prima_bridge 0.29.0

A library to implement the bridge pattern
Documentation
{
  "errors": [
    {
      "message": "Name for character with ID 1002 could not be fetched.",
      "locations": [
        {
          "line": 6,
          "column": 7
        }
      ],
      "path": [
        "hero",
        "heroFriends",
        1,
        "name"
      ]
    }
  ],
  "data": {
    "hero": {
      "name": "R2-D2",
      "heroFriends": [
        {
          "id": "1000",
          "name": "Luke Skywalker"
        },
        {
          "id": "1002",
          "name": null
        },
        {
          "id": "1003",
          "name": "Leia Organa"
        }
      ]
    }
  }
}