Method: Graphiti::Runner#jsonapi_render_options
- Defined in:
- lib/graphiti/runner.rb
#jsonapi_render_options ⇒ Object
50 51 52 53 54 55 56 57 |
# File 'lib/graphiti/runner.rb', line 50 def = {} .merge!() [:meta] ||= {} [:expose] ||= {} [:expose][:context] = jsonapi_context end |