Getting Started with Hanami and GraphQL

Introduction Hanami 2.0 is a productive Ruby framework that quickly supports you in building API applications. Today we will see how to get started with Hanami and GraphQL in ten steps. We will create the app and a simple code to support the GraphQL schema with a simple Query, including a request spec. The theme is a classic Star Wars schema. As a prerequisite, you’ll need Ruby 3.2 and Hanami 2. »