• Paul Slaughter's avatar
    Read feature_category from request for GraphQL controller · 196adbe4
    Paul Slaughter authored
    - We also update `web_transaction` to read from `ApplicationContext`.
    - We tried using `around_action` and `ApplicationContext.with`
      in the GraphqlController, but the `web_transaction` methods
      were called **after** the `ApplicationController` set the
      context, but **before** the `GraphqlController` could kick
      in.
    196adbe4
graphql_controller.rb 5.79 KB