···11// Jest Snapshot v1, https://goo.gl/fbAQLP
2233+exports[`Store with storage should be able to persist embedded data 1`] = `
44+Object {
55+ "Query%2eappointment({\\"id\\":\\"1\\"}).__typename": "\\"Appointment\\"",
66+ "Query%2eappointment({\\"id\\":\\"1\\"}).info": "\\"urql meeting\\"",
77+ "Query.appointment({\\"id\\":\\"1\\"})": ":\\"Query.appointment({\\\\\\"id\\\\\\":\\\\\\"1\\\\\\"})\\"",
88+}
99+`;
1010+311exports[`Store with storage should be able to store and rehydrate data 1`] = `
412Object {
513 "Appointment:1.__typename": "\\"Appointment\\"",