DEV Community

Discussion on: Ruby on Rails GraphQL API Tutorial: Creating Data with Mutations

Collapse
 
rpeacan profile image
Ryan Peacan

Thanks for these articles! I'm feeling I definitely want to be using GraphQL in my next project, and I'm comfortable with Rails so this seems like a good fit, great timing and information!

Question for you: I keep spinning my wheels on what to use for authentication that will play nice with GraphQL and Rails... I've used Devise for standard Rails projects, but this will be my first time handling authentication for a React front-end tied to a Rails install... I'd love to hear any information you could recommend!

Thanks again for the articles!