{
  "data": {
    "designer": {
      "_sys": {
        "filename": "joni-steiner",
        "basename": "joni-steiner.md",
        "hasReferences": true,
        "breadcrumbs": [
          "joni-steiner"
        ],
        "path": "content/designer/joni-steiner.md",
        "relativePath": "joni-steiner.md",
        "extension": ".md"
      },
      "id": "content/designer/joni-steiner.md",
      "__typename": "Designer",
      "links": [
        {
          "__typename": "DesignerLinks",
          "title": "Website",
          "url": "http://www.architecture00.net/"
        },
        {
          "__typename": "DesignerLinks",
          "title": "Twitter",
          "url": "http://twitter.com/jonisteiner"
        }
      ],
      "furniture": null,
      "draft": false,
      "image": "https://res.cloudinary.com/dfsllxsnj/image/upload/v1746035957/ohpqn0ufxmhnwswpsiqb.png",
      "title": "Joni Steiner",
      "seo": {
        "__typename": "DesignerSeo",
        "meta_title": null,
        "meta_description": "Joni developed the original range of open-source furniture for Mint Digital and Hub Westminster and continues to evolve this with Opendesk.",
        "meta_image": null,
        "changefreq": "yearly",
        "priority": 0.6,
        "meta_keywords": null
      },
      "date": null,
      "Body": {
        "type": "root",
        "children": [
          {
            "type": "p",
            "children": [
              {
                "type": "text",
                "text": "Joni is a qualified architect and designer with the "
              },
              {
                "type": "a",
                "url": "http://www.bdonline.co.uk/events/young-architect-of-the-year/yaya-2012/yaya-2012-shortlist-00//5043878.article",
                "title": null,
                "children": [
                  {
                    "type": "text",
                    "text": "YAYA shortlisted"
                  }
                ]
              },
              {
                "type": "text",
                "text": " architecture and strategic design firm "
              },
              {
                "type": "a",
                "url": "http://www.architecture00.net/",
                "title": null,
                "children": [
                  {
                    "type": "text",
                    "text": "00:/ (zero zero)"
                  }
                ]
              },
              {
                "type": "text",
                "text": ". Part of the TED Prize winning "
              },
              {
                "type": "a",
                "url": "http://www.wikihouse.cc",
                "title": null,
                "children": [
                  {
                    "type": "text",
                    "text": "WikiHouse"
                  }
                ]
              },
              {
                "type": "text",
                "text": " design team, he was Lead Designer for "
              },
              {
                "type": "a",
                "url": "http://aprb.co.uk/projects/all-projects/2007/urban-beach",
                "title": null,
                "children": [
                  {
                    "type": "text",
                    "text": "Bristol Urban Beach"
                  }
                ]
              },
              {
                "type": "text",
                "text": ", offices for the "
              },
              {
                "type": "a",
                "url": "http://www.the-aop.org/",
                "title": null,
                "children": [
                  {
                    "type": "text",
                    "text": "Association of Photographers"
                  }
                ]
              },
              {
                "type": "text",
                "text": " and the RIBA Award winning "
              },
              {
                "type": "a",
                "url": "http://www.dezeen.com/2015/06/21/architecture-00-metal-clad-community-building-sheffield-provides-facilities-local-entrepreneurs-manor-works/",
                "title": null,
                "children": [
                  {
                    "type": "text",
                    "text": "Manor Works"
                  }
                ]
              },
              {
                "type": "text",
                "text": " enterprise & community centre in Sheffield. Joni developed the original range of open-source furniture for Mint Digital and Hub Westminster and continues to evolve this with Opendesk."
              }
            ]
          },
          {
            "type": "p",
            "children": [
              {
                "type": "text",
                "text": "Despite his background working on cultural and civic projects, Joni likes nothing better than getting his hands dusty in a CNC shop."
              }
            ]
          }
        ]
      }
    }
  },
  "errors": null,
  "query": "\n    query designer($relativePath: String!) {\n  designer(relativePath: $relativePath) {\n    ... on Document {\n      _sys {\n        filename\n        basename\n        hasReferences\n        breadcrumbs\n        path\n        relativePath\n        extension\n      }\n      id\n    }\n    ...DesignerParts\n  }\n}\n    \n    fragment DesignerParts on Designer {\n  __typename\n  links {\n    __typename\n    title\n    url\n  }\n  furniture {\n    __typename\n    furniture {\n      ... on Furniture {\n        __typename\n        slug\n        draft\n        image\n        heading\n        title\n        strapline\n        intro\n        shortcode\n        price\n        category\n        variants {\n          __typename\n          material\n          swatch\n          images {\n            __typename\n            image\n            alt_text\n          }\n        }\n        blocks {\n          __typename\n          ... on FurnitureBlocksImagegallery {\n            gallery {\n              __typename\n              image\n              alt_text\n              copyright\n              caption\n            }\n          }\n          ... on FurnitureBlocksContent_chunk {\n            content\n            aside\n            cta {\n              __typename\n              label\n              link\n            }\n          }\n          ... on FurnitureBlocksListings {\n            heading\n            listings {\n              __typename\n              heading\n            }\n          }\n          ... on FurnitureBlocksFeature {\n            paragraph\n            buttons {\n              __typename\n              label\n              target\n              aria_label\n            }\n            background\n            alignment\n            type\n            classnames\n          }\n          ... on FurnitureBlocksDesignedby {\n            heading\n          }\n          ... on FurnitureBlocksStrapimage {\n            image\n            alt_text\n            copyright\n            caption\n          }\n        }\n        designers {\n          __typename\n        }\n        seo {\n          __typename\n          meta_title\n          meta_description\n          meta_image\n          changefreq\n          priority\n          meta_keywords\n        }\n        date\n        Body\n      }\n      ... on Document {\n        _sys {\n          filename\n          basename\n          hasReferences\n          breadcrumbs\n          path\n          relativePath\n          extension\n        }\n        id\n      }\n    }\n  }\n  draft\n  image\n  title\n  seo {\n    __typename\n    meta_title\n    meta_description\n    meta_image\n    changefreq\n    priority\n    meta_keywords\n  }\n  date\n  Body\n}\n    ",
  "variables": {
    "relativePath": "joni-steiner.md"
  }
}