|  | 
|  | 1 | +import type { Mapping } from '@graphprotocol/hypergraph'; | 
|  | 2 | +import { Id } from '@graphprotocol/hypergraph'; | 
|  | 3 | + | 
|  | 4 | +export const mapping: Mapping.Mapping = { | 
|  | 5 | +  User: { | 
|  | 6 | +    typeIds: [Id('bffa181e-a333-495b-949c-57f2831d7eca')], | 
|  | 7 | +    properties: { | 
|  | 8 | +      name: Id('c9c79675-850a-42c5-bbbd-9e5c55d3f4e7'), | 
|  | 9 | +    }, | 
|  | 10 | +  }, | 
|  | 11 | +  Todo: { | 
|  | 12 | +    typeIds: [Id('44fe82a9-e4c2-4330-a395-ce85ed78e421')], | 
|  | 13 | +    properties: { | 
|  | 14 | +      name: Id('c668aa67-bbca-4b2c-908c-9c5599035eab'), | 
|  | 15 | +      completed: Id('71e7654f-2623-4794-88fb-841c8f3dd9b4'), | 
|  | 16 | +    }, | 
|  | 17 | +    relations: { | 
|  | 18 | +      assignees: Id('5b80d3ee-2463-4246-b628-44ba808ab3e1'), | 
|  | 19 | +    }, | 
|  | 20 | +  }, | 
|  | 21 | +  Todo2: { | 
|  | 22 | +    typeIds: [Id('210f4e94-234c-49d7-af0f-f3b74fb07650')], | 
|  | 23 | +    properties: { | 
|  | 24 | +      name: Id('e291f4da-632d-4b70-aca8-5c6c01dbf1ca'), | 
|  | 25 | +      checked: Id('d1cc82ef-8bde-45f4-b31c-56b6d59279ec'), | 
|  | 26 | +      due: Id('6a28f275-b31c-47bc-83cd-ad416aaa7073'), | 
|  | 27 | +      amount: Id('0c8219be-e284-4738-bd95-91a1c113c78e'), | 
|  | 28 | +      point: Id('7f032477-c60e-4c85-a161-019b70db05ca'), | 
|  | 29 | +      website: Id('75b6a647-5c2b-41e7-92c0-b0a0c9b28b02'), | 
|  | 30 | +    }, | 
|  | 31 | +    relations: { | 
|  | 32 | +      assignees: Id('1115e9f8-db2e-41df-8969-c5d34c367c10'), | 
|  | 33 | +    }, | 
|  | 34 | +  }, | 
|  | 35 | +  JobOffer: { | 
|  | 36 | +    typeIds: [Id('a4c1b288-756e-477b-aab2-007decf01c61')], | 
|  | 37 | +    properties: { | 
|  | 38 | +      name: Id('a126ca53-0c8e-48d5-b888-82c734c38935'), | 
|  | 39 | +      salary: Id('86ff5361-b820-4ba8-b689-b48e815e07d2'), | 
|  | 40 | +    }, | 
|  | 41 | +  }, | 
|  | 42 | +  Company: { | 
|  | 43 | +    typeIds: [Id('bcf56f59-c532-47d5-a005-2d802f512c85')], | 
|  | 44 | +    properties: { | 
|  | 45 | +      name: Id('a126ca53-0c8e-48d5-b888-82c734c38935'), | 
|  | 46 | +    }, | 
|  | 47 | +    relations: { | 
|  | 48 | +      jobOffers: Id('54190b30-1c68-499c-9ed8-5c6190810e31'), | 
|  | 49 | +    }, | 
|  | 50 | +  }, | 
|  | 51 | +  Event: { | 
|  | 52 | +    typeIds: [Id('239bc639-938e-427c-bebb-d562d82ae272')], | 
|  | 53 | +    properties: { | 
|  | 54 | +      name: Id('a126ca53-0c8e-48d5-b888-82c734c38935'), | 
|  | 55 | +      description: Id('9b1f76ff-9711-404c-861e-59dc3fa7d037'), | 
|  | 56 | +    }, | 
|  | 57 | +    relations: { | 
|  | 58 | +      sponsors: Id('926b00ee-68b5-4462-a27f-3806af705118'), | 
|  | 59 | +    }, | 
|  | 60 | +  }, | 
|  | 61 | +  Todo3: { | 
|  | 62 | +    typeIds: [Id('4f7bba76-7855-4d63-b59d-1d9f2be866df')], | 
|  | 63 | +    properties: { | 
|  | 64 | +      name: Id('47006386-d351-411c-8287-1dae1c1aa8c1'), | 
|  | 65 | +      completed: Id('9f9f00eb-4f32-4f71-92ba-b266566d0013'), | 
|  | 66 | +      description: Id('89cac80a-1dbd-4bca-97b2-45e1556d9122'), | 
|  | 67 | +    }, | 
|  | 68 | +  }, | 
|  | 69 | +}; | 
0 commit comments