A GraphQL system works differently from a “traditional” RESTful JSON API. Instead of authenticating during controller actions, you can authenticate users with “query context.” UPDATE 23 Jan 2017: For more resources on authorization with graphql-ruby,...