rmosolgo / graphiql-rails

Mount the GraphiQL query editor in a Rails app
MIT License
447 stars 135 forks source link

adding custom title tag config option #47

Closed gregology closed 6 years ago

gregology commented 6 years ago

Adds a config option for custom title tag.

Usage:

config/initializers/graphiql.rb

GraphiQL::Rails.config.title = 'My Custom Title - GraphiQL'

For review @rmosolgo

Cheers Team!

gregology commented 6 years ago

bump

gregology commented 6 years ago

replacing with https://github.com/rmosolgo/graphiql-rails/pull/52