Also want to mention that it works with Ruby-on-Rails apps and can serve as an instant GraphQL api for your existing Rails app just deploy it alongside the app. Super Graph can decode rails cookies and work with rails session stores to fetch the user id.
For those that care to know more. Super Graph works as a GraphQL to SQL compiler which also learns the schema and relationships in your DB to turn your GraphQL query into a highly efficient SQL one.