academind / yt-graphql-react-event-booking-api

Code for GraphQL + React Event Booking API Series: https://academind.com/learn/node-js/graphql-with-node-react-full-app/
394 stars 302 forks source link

Error in code #20 Using dataloader #18

Closed AnKlim closed 2 years ago

AnKlim commented 2 years ago

@maxschwarzmueller After completing code If you try execute next, you will get an error: mutation { bookEvent(eventId: "your_event_id") { event { title } } } But if remove toString() from line 28 in current video - that works

AnKlim commented 2 years ago

Solven on my own