tlcoles / BudgetOnTheGo

0 stars 0 forks source link

68 feature create apollo server #70

Closed HenniePenny closed 1 year ago

HenniePenny commented 1 year ago

This is a:

Description

Links

Reminder to reviewers

HenniePenny commented 1 year ago

I only got the apollo server to work after deleting the comments in the typeDefs and after changing Number to either Float (for amount) or Int in the typeDefs. For now there is only one mutation in the resolvers for testing purposes.