log(graphql): log deprecated order argument usage

This commit is contained in:
Paul Chavard 2023-11-02 10:36:03 +00:00
parent a26c82cde7
commit 99e22a8cbe
3 changed files with 18 additions and 1 deletions

View file

@ -40,6 +40,7 @@ class API::V2::BaseController < ApplicationController
if @api_token.present?
@api_token.touch(:last_v2_authenticated_at)
@current_user = @api_token.administrateur.user
Current.user = @current_user
end
end
end