jackreichert / over-engineered-todo

building a todo app to keep my skills sharp
0 stars 1 forks source link

Jr configure graphql #59

Closed jackreichert closed 9 months ago

jackreichert commented 9 months ago

Resolves https://github.com/jackreichert/over-engineered-todo/issues/41

This sets up and configures a graphql server along with the first query. It also returns default tasks to show that the server is connecting properly with the client.