This screencast covers the basics of GraphQL. It demonstrates a simple hello GraphQL program using graphql gem and exposing a person has many friends nested ActiveRecord relationship as an API using graphql. The Rails engine graphiql-rails is used to play with the backend API. GraphQL is great for mobile backends.