{"expireTime":9007200821600216000,"key":"gatsby-plugin-mdx-entire-payload-a9cea12305b12e8349a2646220c3b5b4-","val":{"mdast":{"type":"root","children":[{"type":"paragraph","children":[{"type":"strong","children":[{"type":"text","value":"type:","position":{"start":{"line":1,"column":3,"offset":2},"end":{"line":1,"column":8,"offset":7},"indent":[]}}],"position":{"start":{"line":1,"column":1,"offset":0},"end":{"line":1,"column":10,"offset":9},"indent":[]}},{"type":"text","value":" ","position":{"start":{"line":1,"column":10,"offset":9},"end":{"line":1,"column":11,"offset":10},"indent":[]}},{"type":"inlineCode","value":"(previous: A, next: B) => C","position":{"start":{"line":1,"column":11,"offset":10},"end":{"line":1,"column":40,"offset":39},"indent":[]}},{"type":"break","position":{"start":{"line":1,"column":40,"offset":39},"end":{"line":2,"column":1,"offset":42},"indent":[1]}},{"type":"strong","children":[{"type":"text","value":"default:","position":{"start":{"line":2,"column":3,"offset":44},"end":{"line":2,"column":11,"offset":52},"indent":[]}}],"position":{"start":{"line":2,"column":1,"offset":42},"end":{"line":2,"column":13,"offset":54},"indent":[]}},{"type":"text","value":" ","position":{"start":{"line":2,"column":13,"offset":54},"end":{"line":2,"column":14,"offset":55},"indent":[]}},{"type":"jsx","value":"<inlineCode children={props.default} />","position":{"start":{"line":2,"column":14,"offset":55},"end":{"line":2,"column":53,"offset":94},"indent":[]}}],"position":{"start":{"line":1,"column":1,"offset":0},"end":{"line":2,"column":53,"offset":94},"indent":[1]}},{"type":"paragraph","children":[{"type":"text","value":"When an EntitySchema finds an entity, before storing it in state it checks to see if it has already\nbeen normalized. If it finds an existing entity it will use the merge function on its shape to \ncombine the two. ","position":{"start":{"line":4,"column":1,"offset":96},"end":{"line":6,"column":18,"offset":309},"indent":[1,1]}}],"position":{"start":{"line":4,"column":1,"offset":96},"end":{"line":6,"column":18,"offset":309},"indent":[1,1]}},{"type":"export","value":"export const _frontmatter = {}","position":{"start":{"line":9,"column":1,"offset":312},"end":{"line":9,"column":31,"offset":342},"indent":[]}}],"position":{"start":{"line":1,"column":1,"offset":0},"end":{"line":9,"column":31,"offset":342}}},"scopeImports":[],"scopeIdentifiers":[],"rawMDXOutput":"/* @jsx mdx */\nimport { mdx } from '@mdx-js/react';\n/* @jsx mdx */\n\nexport const _frontmatter = {};\nconst makeShortcode = name => function MDXDefaultShortcode(props) {\n  console.warn(\"Component \" + name + \" was not imported, exported, or provided by MDXProvider as global scope\")\n  return <div {...props}/>\n};\n\nconst layoutProps = {\n  _frontmatter\n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n    <p><strong parentName=\"p\">{`type:`}</strong>{` `}<inlineCode parentName=\"p\">{`(previous: A, next: B) => C`}</inlineCode><br parentName=\"p\"></br>{`\n`}<strong parentName=\"p\">{`default:`}</strong>{` `}<inlineCode children={props.default} /></p>\n    <p>{`When an EntitySchema finds an entity, before storing it in state it checks to see if it has already\nbeen normalized. If it finds an existing entity it will use the merge function on its shape to\ncombine the two. `}</p>\n\n    </MDXLayout>;\n}\n\n;\nMDXContent.isMDXComponent = true;"}}