Chris Styles
Results
2
comments of
Chris Styles
This also works, but am looking forward to #425 as well 😄 ```javascript const inputElements = document.getElementsByClassName( 'mapboxgl-ctrl-geocoder--input', ); if (inputElements.length > 0) { inputElements[0].value = "New York"; } ```
You can include the `Knock::Authenticable` module in your graphql_controller just as you would any other controller. For example: ```ruby class GraphqlController < ActionController::Base include Knock::Authenticable before_action :authenticate def execute #...