{"version":3,"sources":["webpack:///./src/templates/PropertySearch/index.tsx"],"names":["PropertiesPage","edges","data","allSitePage","propertiesMapped","propertyMapping"],"mappings":"8FAAA,wDAuDeA,UA7CQ,SAAC,GAIM,IAFXC,EAEW,EAH5BC,KACEC,YAAeF,MAGjB,OAAO,kBAAC,IAAD,CAAgBG,iBAAkBC,YAAgBJ","file":"component---src-templates-property-search-index-tsx-62ff2f6b964b17a78cfd.js","sourcesContent":["import React, { ReactElement } from 'react'\nimport { graphql } from 'gatsby'\nimport PropertyLayout from '../../components/PropertiesSearchPage/components/Layout'\nimport { PropertyProps } from '../../components/PropertiesSearchPage/data'\nimport { propertyMapping } from '../../components/PropertiesSearchPage/propertiesMapper'\n\ntype PropType = {\n data: { allSitePage: { edges: PropertyProps[] } }\n}\n\nconst PropertiesPage = ({\n data: {\n allSitePage: { edges }\n }\n}: PropType): ReactElement => {\n return \n}\n\nexport const getData = graphql`\n query allProperties {\n allSitePage(filter: { context: { type: { eq: \"overview\" }, category: { eq: \"property\" }, property: { details: { location: {} } } } }) {\n edges {\n node {\n context {\n property {\n details {\n brand\n featured\n floorArea\n id\n imageLogo\n location\n lotArea\n name\n price\n priceRange {\n highest\n lowest\n }\n propertyType\n slug\n terrain\n }\n overview {\n images\n }\n }\n }\n path\n }\n }\n }\n }\n`\n\nexport default PropertiesPage\n"],"sourceRoot":""}