#Debug repo for nested relationships in laravel lighthouse
Repo created to resolve a nested relationship mutation problem between categories and Book.
The files in question are the following:
- ./graphql/schema.graphql - schema definition for Laravel lighthouse
- ./booksql-vue/graphql/mutations/AddBook.gql
- ./booksql-vue/views/AddBook.vue
The front end cand be found here https://github.com/wolfiton/booksql-vue