Annie-McElroy / the-village

Mobile-first application that allows users to share childcare-related resources. Users can set up their own village or join an existing village and submit childcare-related requests and trade "crayons" (points) with other villagers.
MIT License
1 stars 1 forks source link

Fixed schemas and resolvers #34

Closed Annie-McElroy closed 9 months ago

Annie-McElroy commented 9 months ago

Fixed schemas so Villagers now have a village array and Villages now have a requests array and removed villageId from request schema. Fixed in typeDefs and resolvers and added joinVillage mutation